#BAF37F

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

Shades of Sulu #BAF37F

Tints of Sulu #BAF37F

Color information

#BAF37F (or 0xBAF37F) is unknown color: approx Sulu. HEX triplet: BA, F3 and 7F. RGB value is (186,243,127). Sum of RGB (Red+Green+Blue) = 186+243+127=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF37F is #450C80. Grayscale: #D5D5D5. Windows color (decimal): -4525185 or 8385466. OLE color: 8385466.

HSL color Cylindrical-coordinate representation of color #BAF37F: hue angle of 89.48º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAF37F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB186243127-
CMYK0.2300.480.05
HSL89.48º82.86%72.55%-
HSV(B)89.48º47.74%95.29%-
XYZ56.1376.0731.8-
YUV212.7379.62108.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 243 (95.31% from 255) = 43.71%
BLUE value IS 127 (50% from 255) = 22.84%
R=33.45%
G=43.71%
B=22.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431270.2300.480.0589.4882.8672.55
HexBAF37F170305595349
Octal272363177270605131123111
Binary10111010111100111111111101110110000101101100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF37F; }

 p { color: rgb(186,243,127); }

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

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

 a { background-color: rgb(186,243,127); }

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

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

 span { border-color: rgb(186,243,127); }

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