#BAF78F

Color #BAF78F Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BAF78F

Tints of Sulu #BAF78F

Color information

#BAF78F (or 0xBAF78F) is unknown color: approx Sulu. HEX triplet: BA, F7 and 8F. RGB value is (186,247,143). Sum of RGB (Red+Green+Blue) = 186+247+143=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF78F is #450870. Grayscale: #D9D9D9. Windows color (decimal): -4524145 or 9435066. OLE color: 9435066.

HSL color Cylindrical-coordinate representation of color #BAF78F: hue angle of 95.19º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAF78F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB186247143-
CMYK0.2500.420.03
HSL95.19º86.67%76.47%-
HSV(B)95.19º42.11%96.86%-
XYZ58.4778.9438.14-
YUV216.986.29105.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 247 (96.88% from 255) = 42.88%
BLUE value IS 143 (56.25% from 255) = 24.83%
R=32.29%
G=42.88%
B=24.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471430.2500.420.0395.1986.6776.47
HexBAF78F1902A35f574c
Octal272367217310523137127114
Binary10111010111101111000111111001010101011101111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF78F; }

 p { color: rgb(186,247,143); }

 H1.HeaderClassName
 {
   color: #BAF78F;
 }
 .AnyTagClassName
 {
   color: #BAF78F;
 }
</style>
background-color css

<style>
 a { background-color: #BAF78F; }

 a { background-color: rgb(186,247,143); }

 div.DivClassName
 {
   background-color: #BAF78F;
 }
 .BgClassName
 {
   background-color: #BAF78F;
 }
</style>
border-color css

<style>
 span { border-color: #BAF78F; }

 span { border-color: rgb(186,247,143); }

 td.TdClassName
 {
   border-color: #BAF78F;
 }
 .TagClassName
 {
   border-color: #BAF78F;
 }
</style>