#BAF77C

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

Shades of Sulu #BAF77C

Tints of Sulu #BAF77C

Color information

#BAF77C (or 0xBAF77C) is unknown color: approx Sulu. HEX triplet: BA, F7 and 7C. RGB value is (186,247,124). Sum of RGB (Red+Green+Blue) = 186+247+124=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF77C is #450883. Grayscale: #D7D7D7. Windows color (decimal): -4524164 or 8189882. OLE color: 8189882.

HSL color Cylindrical-coordinate representation of color #BAF77C: hue angle of 89.76º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF77C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB186247124-
CMYK0.2500.500.03
HSL89.76º88.49%72.75%-
HSV(B)89.76º49.8%96.86%-
XYZ57.1578.4231.19-
YUV214.7476.79107.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 124 (48.83% from 255) = 22.26%
R=33.39%
G=44.34%
B=22.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471240.2500.500.0389.7688.4972.75
HexBAF77C1903235a5849
Octal272367174310623132130111
Binary1011101011110111111110011001011001011101101010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF77C; }

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

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

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

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

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

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

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

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