#BAF38E

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

Shades of Sulu #BAF38E

Tints of Sulu #BAF38E

Color information

#BAF38E (or 0xBAF38E) is unknown color: approx Sulu. HEX triplet: BA, F3 and 8E. RGB value is (186,243,142). Sum of RGB (Red+Green+Blue) = 186+243+142=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF38E is #450C71. Grayscale: #D6D6D6. Windows color (decimal): -4525170 or 9368506. OLE color: 9368506.

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

Color convert

RGB186243142-
CMYK0.2300.420.05
HSL93.86º80.8%75.49%-
HSV(B)93.86º41.56%95.29%-
XYZ57.1876.4937.34-
YUV214.4487.12107.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 142 (55.86% from 255) = 24.87%
R=32.57%
G=42.56%
B=24.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431420.2300.420.0593.8680.875.49
HexBAF38E1702A55e514b
Octal272363216270525136121113
Binary101110101111001110001110101110101010101101111010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF38E; }

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

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

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

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

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

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

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

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