#B9F38F

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

Shades of Sulu #B9F38F

Tints of Sulu #B9F38F

Color information

#B9F38F (or 0xB9F38F) is unknown color: approx Sulu. HEX triplet: B9, F3 and 8F. RGB value is (185,243,143). Sum of RGB (Red+Green+Blue) = 185+243+143=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F38F is #460C70. Grayscale: #D6D6D6. Windows color (decimal): -4590705 or 9434041. OLE color: 9434041.

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

Color convert

RGB185243143-
CMYK0.2400.410.05
HSL94.8º80.65%75.69%-
HSV(B)94.8º41.15%95.29%-
XYZ57.0276.437.73-
YUV214.2687.78107.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 143 (56.25% from 255) = 25.04%
R=32.40%
G=42.56%
B=25.04%

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
Decimal1852431430.2400.410.0594.880.6575.69
HexB9F38F1802955f514c
Octal271363217300515137121114
Binary101110011111001110001111110000101001101101111110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F38F; }

 p { color: rgb(185,243,143); }

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

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

 a { background-color: rgb(185,243,143); }

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

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

 span { border-color: rgb(185,243,143); }

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