#BAFE76

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

Shades of Sulu #BAFE76

Tints of Sulu #BAFE76

Color information

#BAFE76 (or 0xBAFE76) is unknown color: approx Sulu. HEX triplet: BA, FE and 76. RGB value is (186,254,118). Sum of RGB (Red+Green+Blue) = 186+254+118=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE76 is #450189. Grayscale: #DADADA. Windows color (decimal): -4522378 or 7798458. OLE color: 7798458.

HSL color Cylindrical-coordinate representation of color #BAFE76: hue angle of 90º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAFE76 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB186254118-
CMYK0.2700.540.00
HSL90º98.55%72.94%-
HSV(B)90º53.54%99.61%-
XYZ58.9682.6329.98-
YUV218.1671.47105.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 45.52%
BLUE value IS 118 (46.48% from 255) = 21.15%
R=33.33%
G=45.52%
B=21.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541180.2700.540.009098.5572.94
HexBAFE761B03605a6349
Octal272376166330660132143111
Binary101110101111111011101101101101101100101101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE76; }

 p { color: rgb(186,254,118); }

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

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

 a { background-color: rgb(186,254,118); }

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

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

 span { border-color: rgb(186,254,118); }

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