#B9F28E

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

Shades of Sulu #B9F28E

Tints of Sulu #B9F28E

Color information

#B9F28E (or 0xB9F28E) is unknown color: approx Sulu. HEX triplet: B9, F2 and 8E. RGB value is (185,242,142). Sum of RGB (Red+Green+Blue) = 185+242+142=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F28E is #460D71. Grayscale: #D5D5D5. Windows color (decimal): -4590962 or 9368249. OLE color: 9368249.

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

Color convert

RGB185242142-
CMYK0.2400.410.05
HSL94.2º79.37%75.29%-
HSV(B)94.2º41.32%94.9%-
XYZ56.6475.7737.23-
YUV213.5687.62107.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=32.51%
G=42.53%
B=24.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852421420.2400.410.0594.279.3775.29
HexB9F28E1802955e4f4b
Octal271362216300515136117113
Binary101110011111001010001110110000101001101101111010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F28E; }

 p { color: rgb(185,242,142); }

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

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

 a { background-color: rgb(185,242,142); }

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

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

 span { border-color: rgb(185,242,142); }

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