Shades of Sulu #B9F884
Tints of Sulu #B9F884
RGB
CMYK
RGB Variations
Color information
#B9F884 (or 0xB9F884) is known color: Sulu. HEX triplet: B9, F8 and 84. RGB value is (185,248,132). Sum of RGB (Red+Green+Blue) = 185+248+132=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F884 is #46077B. Grayscale: #D8D8D8. Windows color (decimal): -4589436 or 8714425. OLE color: 8714425.
HSL color Cylindrical-coordinate representation of color #B9F884: hue angle of 92.59º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9F884 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 248 | 132 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.03 |
| HSL | 92.59º | 0.89% | 0.75% | - |
| HSV(B) | 92.59º | 0.47% | 0.97% | - |
| XYZ | 57.74 | 79.12 | 34.06 | - |
| YUV | 215.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 248 | 132 | 0.25 | 0 | 0.47 | 0.03 | 92.59 | 0.89 | 0.75 |
| Hex | B9 | F8 | 84 | 19 | 0 | 2F | 3 | 5D | 59 | 4B |
| Octal | 271 | 370 | 204 | 31 | 0 | 57 | 3 | 135 | 131 | 113 |
| Binary | 10111001 | 11111000 | 10000100 | 11001 | 0 | 101111 | 11 | 1011101 | 1011001 | 1001011 |
Color Harmonies of #B9F884
Complementary color
Monochromatic Colors of #B9F884
Black with #B9F884
Text Example
Text Example
White with #B9F884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F884; }
p { color: rgb(185,248,132); }
H1.HeaderClassName
{
color: #B9F884;
}
.AnyTagClassName
{
color: #B9F884;
}
</style>
background-color css
<style>
a { background-color: #B9F884; }
a { background-color: rgb(185,248,132); }
div.DivClassName
{
background-color: #B9F884;
}
.BgClassName
{
background-color: #B9F884;
}
</style>
border-color css
<style>
span { border-color: #B9F884; }
span { border-color: rgb(185,248,132); }
td.TdClassName
{
border-color: #B9F884;
}
.TagClassName
{
border-color: #B9F884;
}
</style>