Shades of Sulu #B9FB7C
Tints of Sulu #B9FB7C
RGB
CMYK
RGB Variations
Color information
#B9FB7C (or 0xB9FB7C) is known color: Sulu. HEX triplet: B9, FB and 7C. RGB value is (185,251,124). Sum of RGB (Red+Green+Blue) = 185+251+124=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FB7C is #460483. Grayscale: #D9D9D9. Windows color (decimal): -4588676 or 8190905. OLE color: 8190905.
HSL color Cylindrical-coordinate representation of color #B9FB7C: hue angle of 91.18º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9FB7C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 124 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.02 |
| HSL | 91.18º | 0.94% | 0.74% | - |
| HSV(B) | 91.18º | 0.51% | 0.98% | - |
| XYZ | 58.14 | 80.76 | 31.59 | - |
| YUV | 216.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 124 | 0.26 | 0 | 0.51 | 0.02 | 91.18 | 0.94 | 0.74 |
| Hex | B9 | FB | 7C | 1A | 0 | 33 | 2 | 5B | 5E | 4A |
| Octal | 271 | 373 | 174 | 32 | 0 | 63 | 2 | 133 | 136 | 112 |
| Binary | 10111001 | 11111011 | 1111100 | 11010 | 0 | 110011 | 10 | 1011011 | 1011110 | 1001010 |
Color Harmonies of #B9FB7C
Complementary color
Monochromatic Colors of #B9FB7C
Black with #B9FB7C
Text Example
Text Example
White with #B9FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FB7C; }
p { color: rgb(185,251,124); }
H1.HeaderClassName
{
color: #B9FB7C;
}
.AnyTagClassName
{
color: #B9FB7C;
}
</style>
background-color css
<style>
a { background-color: #B9FB7C; }
a { background-color: rgb(185,251,124); }
div.DivClassName
{
background-color: #B9FB7C;
}
.BgClassName
{
background-color: #B9FB7C;
}
</style>
border-color css
<style>
span { border-color: #B9FB7C; }
span { border-color: rgb(185,251,124); }
td.TdClassName
{
border-color: #B9FB7C;
}
.TagClassName
{
border-color: #B9FB7C;
}
</style>