Shades of Sulu #B9F885
Tints of Sulu #B9F885
RGB
CMYK
RGB Variations
Color information
#B9F885 (or 0xB9F885) is known color: Sulu. HEX triplet: B9, F8 and 85. RGB value is (185,248,133). Sum of RGB (Red+Green+Blue) = 185+248+133=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F885 is #46077A. Grayscale: #D8D8D8. Windows color (decimal): -4589435 or 8779961. OLE color: 8779961.
HSL color Cylindrical-coordinate representation of color #B9F885: hue angle of 92.87º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9F885 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 248 | 133 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.03 |
| HSL | 92.87º | 0.89% | 0.75% | - |
| HSV(B) | 92.87º | 0.46% | 0.97% | - |
| XYZ | 57.81 | 79.14 | 34.42 | - |
| YUV | 216.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 248 | 133 | 0.25 | 0 | 0.46 | 0.03 | 92.87 | 0.89 | 0.75 |
| Hex | B9 | F8 | 85 | 19 | 0 | 2E | 3 | 5D | 59 | 4B |
| Octal | 271 | 370 | 205 | 31 | 0 | 56 | 3 | 135 | 131 | 113 |
| Binary | 10111001 | 11111000 | 10000101 | 11001 | 0 | 101110 | 11 | 1011101 | 1011001 | 1001011 |
Color Harmonies of #B9F885
Complementary color
Monochromatic Colors of #B9F885
Black with #B9F885
Text Example
Text Example
White with #B9F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F885; }
p { color: rgb(185,248,133); }
H1.HeaderClassName
{
color: #B9F885;
}
.AnyTagClassName
{
color: #B9F885;
}
</style>
background-color css
<style>
a { background-color: #B9F885; }
a { background-color: rgb(185,248,133); }
div.DivClassName
{
background-color: #B9F885;
}
.BgClassName
{
background-color: #B9F885;
}
</style>
border-color css
<style>
span { border-color: #B9F885; }
span { border-color: rgb(185,248,133); }
td.TdClassName
{
border-color: #B9F885;
}
.TagClassName
{
border-color: #B9F885;
}
</style>