#B0FB79

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

Shades of Sulu #B0FB79

Tints of Sulu #B0FB79

Color information

#B0FB79 (or 0xB0FB79) is unknown color: approx Sulu. HEX triplet: B0, FB and 79. RGB value is (176,251,121). Sum of RGB (Red+Green+Blue) = 176+251+121=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB79 is #4F0486. Grayscale: #D6D6D6. Windows color (decimal): -5178503 or 7994288. OLE color: 7994288.

HSL color Cylindrical-coordinate representation of color #B0FB79: hue angle of 94.62º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0FB79 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB176251121-
CMYK0.3000.520.02
HSL94.62º94.2%72.94%-
HSV(B)94.62º51.79%98.43%-
XYZ55.8579.630.51-
YUV213.7675.65101.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 251 (98.44% from 255) = 45.80%
BLUE value IS 121 (47.66% from 255) = 22.08%
R=32.12%
G=45.80%
B=22.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511210.3000.520.0294.6294.272.94
HexB0FB791E03425f5e49
Octal260373171360642137136111
Binary1011000011111011111100111110011010010101111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FB79; }

 p { color: rgb(176,251,121); }

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

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

 a { background-color: rgb(176,251,121); }

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

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

 span { border-color: rgb(176,251,121); }

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