#B9FC81

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

Shades of Sulu #B9FC81

Tints of Sulu #B9FC81

Color information

#B9FC81 (or 0xB9FC81) is unknown color: approx Sulu. HEX triplet: B9, FC and 81. RGB value is (185,252,129). Sum of RGB (Red+Green+Blue) = 185+252+129=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FC81 is #46037E. Grayscale: #DADADA. Windows color (decimal): -4588415 or 8518841. OLE color: 8518841.

HSL color Cylindrical-coordinate representation of color #B9FC81: hue angle of 92.68º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9FC81 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB185252129-
CMYK0.2700.490.01
HSL92.68º95.35%74.71%-
HSV(B)92.68º48.81%98.82%-
XYZ58.7881.5233.41-
YUV217.9477.8104.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 252 (98.83% from 255) = 44.52%
BLUE value IS 129 (50.78% from 255) = 22.79%
R=32.69%
G=44.52%
B=22.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852521290.2700.490.0192.6895.3574.71
HexB9FC811B03115d5f4b
Octal271374201330611135137113
Binary1011100111111100100000011101101100011101110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FC81; }

 p { color: rgb(185,252,129); }

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

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

 a { background-color: rgb(185,252,129); }

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

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

 span { border-color: rgb(185,252,129); }

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