Shades of Sulu #B9F87F
Tints of Sulu #B9F87F
RGB
CMYK
RGB Variations
Color information
#B9F87F (or 0xB9F87F) is known color: Sulu. HEX triplet: B9, F8 and 7F. RGB value is (185,248,127). Sum of RGB (Red+Green+Blue) = 185+248+127=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F87F is #460780. Grayscale: #D7D7D7. Windows color (decimal): -4589441 or 8386745. OLE color: 8386745.
HSL color Cylindrical-coordinate representation of color #B9F87F: hue angle of 91.24º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9F87F is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 248 | 127 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.03 |
| HSL | 91.24º | 0.9% | 0.74% | - |
| HSV(B) | 91.24º | 0.49% | 0.97% | - |
| XYZ | 57.41 | 78.98 | 32.3 | - |
| YUV | 215.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 248 | 127 | 0.25 | 0 | 0.49 | 0.03 | 91.24 | 0.9 | 0.74 |
| Hex | B9 | F8 | 7F | 19 | 0 | 31 | 3 | 5B | 5A | 4A |
| Octal | 271 | 370 | 177 | 31 | 0 | 61 | 3 | 133 | 132 | 112 |
| Binary | 10111001 | 11111000 | 1111111 | 11001 | 0 | 110001 | 11 | 1011011 | 1011010 | 1001010 |
Color Harmonies of #B9F87F
Complementary color
Monochromatic Colors of #B9F87F
Black with #B9F87F
Text Example
Text Example
White with #B9F87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F87F; }
p { color: rgb(185,248,127); }
H1.HeaderClassName
{
color: #B9F87F;
}
.AnyTagClassName
{
color: #B9F87F;
}
</style>
background-color css
<style>
a { background-color: #B9F87F; }
a { background-color: rgb(185,248,127); }
div.DivClassName
{
background-color: #B9F87F;
}
.BgClassName
{
background-color: #B9F87F;
}
</style>
border-color css
<style>
span { border-color: #B9F87F; }
span { border-color: rgb(185,248,127); }
td.TdClassName
{
border-color: #B9F87F;
}
.TagClassName
{
border-color: #B9F87F;
}
</style>