#BAFE77

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

Shades of Sulu #BAFE77

Tints of Sulu #BAFE77

Color information

#BAFE77 (or 0xBAFE77) is unknown color: approx Sulu. HEX triplet: BA, FE and 77. RGB value is (186,254,119). Sum of RGB (Red+Green+Blue) = 186+254+119=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE77 is #450188. Grayscale: #DADADA. Windows color (decimal): -4522377 or 7863994. OLE color: 7863994.

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

Color convert

RGB186254119-
CMYK0.2700.530.00
HSL90.22º98.54%73.14%-
HSV(B)90.22º53.15%99.61%-
XYZ59.0282.6530.3-
YUV218.2871.97104.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 254 (99.61% from 255) = 45.44%
BLUE value IS 119 (46.88% from 255) = 21.29%
R=33.27%
G=45.44%
B=21.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541190.2700.530.0090.2298.5473.14
HexBAFE771B03505a6349
Octal272376167330650132143111
Binary101110101111111011101111101101101010101101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE77; }

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

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

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

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

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

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

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

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