#BAF57A

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

Shades of Sulu #BAF57A

Tints of Sulu #BAF57A

Color information

#BAF57A (or 0xBAF57A) is unknown color: approx Sulu. HEX triplet: BA, F5 and 7A. RGB value is (186,245,122). Sum of RGB (Red+Green+Blue) = 186+245+122=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF57A is #450A85. Grayscale: #D5D5D5. Windows color (decimal): -4524678 or 8058298. OLE color: 8058298.

HSL color Cylindrical-coordinate representation of color #BAF57A: hue angle of 88.78º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF57A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB186245122-
CMYK0.2400.500.04
HSL88.78º86.01%71.96%-
HSV(B)88.78º50.2%96.08%-
XYZ56.4177.1530.33-
YUV213.3476.45108.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 245 (96.09% from 255) = 44.30%
BLUE value IS 122 (48.05% from 255) = 22.06%
R=33.63%
G=44.30%
B=22.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451220.2400.500.0488.7886.0171.96
HexBAF57A180324595648
Octal272365172300624131126110
Binary10111010111101011111010110000110010100101100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF57A; }

 p { color: rgb(186,245,122); }

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

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

 a { background-color: rgb(186,245,122); }

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

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

 span { border-color: rgb(186,245,122); }

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