#BAF78C

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

Shades of Sulu #BAF78C

Tints of Sulu #BAF78C

Color information

#BAF78C (or 0xBAF78C) is unknown color: approx Sulu. HEX triplet: BA, F7 and 8C. RGB value is (186,247,140). Sum of RGB (Red+Green+Blue) = 186+247+140=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF78C is #450873. Grayscale: #D8D8D8. Windows color (decimal): -4524148 or 9238458. OLE color: 9238458.

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

Color convert

RGB186247140-
CMYK0.2500.430.03
HSL94.21º86.99%75.88%-
HSV(B)94.21º43.32%96.86%-
XYZ58.2478.8536.96-
YUV216.5684.79106.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 247 (96.88% from 255) = 43.11%
BLUE value IS 140 (55.08% from 255) = 24.43%
R=32.46%
G=43.11%
B=24.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471400.2500.430.0394.2186.9975.88
HexBAF78C1902B35e574c
Octal272367214310533136127114
Binary10111010111101111000110011001010101111101111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF78C; }

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

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

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

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

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

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

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

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