#B9F58C

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

Shades of Sulu #B9F58C

Tints of Sulu #B9F58C

Color information

#B9F58C (or 0xB9F58C) is unknown color: approx Sulu. HEX triplet: B9, F5 and 8C. RGB value is (185,245,140). Sum of RGB (Red+Green+Blue) = 185+245+140=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F58C is #460A73. Grayscale: #D7D7D7. Windows color (decimal): -4590196 or 9237945. OLE color: 9237945.

HSL color Cylindrical-coordinate representation of color #B9F58C: hue angle of 94.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9F58C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB185245140-
CMYK0.2400.430.04
HSL94.29º84%75.49%-
HSV(B)94.29º42.86%96.08%-
XYZ57.3977.5136.75-
YUV215.0985.62106.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 245 (96.09% from 255) = 42.98%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=32.46%
G=42.98%
B=24.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852451400.2400.430.0494.298475.49
HexB9F58C1802B45e544b
Octal271365214300534136124113
Binary101110011111010110001100110000101011100101111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F58C; }

 p { color: rgb(185,245,140); }

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

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

 a { background-color: rgb(185,245,140); }

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

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

 span { border-color: rgb(185,245,140); }

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