Shades of Sulu #B9F87C
Tints of Sulu #B9F87C
RGB
CMYK
RGB Variations
Color information
#B9F87C (or 0xB9F87C) is known color: Sulu. HEX triplet: B9, F8 and 7C. RGB value is (185,248,124). Sum of RGB (Red+Green+Blue) = 185+248+124=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F87C is #460783. Grayscale: #D7D7D7. Windows color (decimal): -4589444 or 8190137. OLE color: 8190137.
HSL color Cylindrical-coordinate representation of color #B9F87C: hue angle of 90.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9F87C is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 248 | 124 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.03 |
| HSL | 90.48º | 0.9% | 0.73% | - |
| HSV(B) | 90.48º | 0.5% | 0.97% | - |
| XYZ | 57.21 | 78.9 | 31.28 | - |
| YUV | 215.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 248 | 124 | 0.25 | 0 | 0.5 | 0.03 | 90.48 | 0.9 | 0.73 |
| Hex | B9 | F8 | 7C | 19 | 0 | 32 | 3 | 5A | 5A | 49 |
| Octal | 271 | 370 | 174 | 31 | 0 | 62 | 3 | 132 | 132 | 111 |
| Binary | 10111001 | 11111000 | 1111100 | 11001 | 0 | 110010 | 11 | 1011010 | 1011010 | 1001001 |
Color Harmonies of #B9F87C
Complementary color
Monochromatic Colors of #B9F87C
Black with #B9F87C
Text Example
Text Example
White with #B9F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F87C; }
p { color: rgb(185,248,124); }
H1.HeaderClassName
{
color: #B9F87C;
}
.AnyTagClassName
{
color: #B9F87C;
}
</style>
background-color css
<style>
a { background-color: #B9F87C; }
a { background-color: rgb(185,248,124); }
div.DivClassName
{
background-color: #B9F87C;
}
.BgClassName
{
background-color: #B9F87C;
}
</style>
border-color css
<style>
span { border-color: #B9F87C; }
span { border-color: rgb(185,248,124); }
td.TdClassName
{
border-color: #B9F87C;
}
.TagClassName
{
border-color: #B9F87C;
}
</style>