Shades of Sulu #B9F576
Tints of Sulu #B9F576
RGB
CMYK
RGB Variations
Color information
#B9F576 (or 0xB9F576) is known color: Sulu. HEX triplet: B9, F5 and 76. RGB value is (185,245,118). Sum of RGB (Red+Green+Blue) = 185+245+118=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F576 is #460A89. Grayscale: #D5D5D5. Windows color (decimal): -4590218 or 7796153. OLE color: 7796153.
HSL color Cylindrical-coordinate representation of color #B9F576: hue angle of 88.35º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9F576 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 118 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.04 |
| HSL | 88.35º | 0.86% | 0.71% | - |
| HSV(B) | 88.35º | 0.52% | 0.96% | - |
| XYZ | 55.93 | 76.93 | 29.04 | - |
| YUV | 212.58 | 74.62 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 118 | 0.24 | 0 | 0.52 | 0.04 | 88.35 | 0.86 | 0.71 |
| Hex | B9 | F5 | 76 | 18 | 0 | 34 | 4 | 58 | 56 | 47 |
| Octal | 271 | 365 | 166 | 30 | 0 | 64 | 4 | 130 | 126 | 107 |
| Binary | 10111001 | 11110101 | 1110110 | 11000 | 0 | 110100 | 100 | 1011000 | 1010110 | 1000111 |
Color Harmonies of #B9F576
Complementary color
Monochromatic Colors of #B9F576
Black with #B9F576
Text Example
Text Example
White with #B9F576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F576; }
p { color: rgb(185,245,118); }
H1.HeaderClassName
{
color: #B9F576;
}
.AnyTagClassName
{
color: #B9F576;
}
</style>
background-color css
<style>
a { background-color: #B9F576; }
a { background-color: rgb(185,245,118); }
div.DivClassName
{
background-color: #B9F576;
}
.BgClassName
{
background-color: #B9F576;
}
</style>
border-color css
<style>
span { border-color: #B9F576; }
span { border-color: rgb(185,245,118); }
td.TdClassName
{
border-color: #B9F576;
}
.TagClassName
{
border-color: #B9F576;
}
</style>