Shades of Sulu #B9FB74
Tints of Sulu #B9FB74
RGB
CMYK
RGB Variations
Color information
#B9FB74 (or 0xB9FB74) is known color: Sulu. HEX triplet: B9, FB and 74. RGB value is (185,251,116). Sum of RGB (Red+Green+Blue) = 185+251+116=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FB74 is #46048B. Grayscale: #D8D8D8. Windows color (decimal): -4588684 or 7666617. OLE color: 7666617.
HSL color Cylindrical-coordinate representation of color #B9FB74: hue angle of 89.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9FB74 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 116 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.02 |
| HSL | 89.33º | 0.94% | 0.72% | - |
| HSV(B) | 89.33º | 0.54% | 0.98% | - |
| XYZ | 57.66 | 80.57 | 29.04 | - |
| YUV | 215.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 116 | 0.26 | 0 | 0.54 | 0.02 | 89.33 | 0.94 | 0.72 |
| Hex | B9 | FB | 74 | 1A | 0 | 36 | 2 | 59 | 5E | 48 |
| Octal | 271 | 373 | 164 | 32 | 0 | 66 | 2 | 131 | 136 | 110 |
| Binary | 10111001 | 11111011 | 1110100 | 11010 | 0 | 110110 | 10 | 1011001 | 1011110 | 1001000 |
Color Harmonies of #B9FB74
Complementary color
Monochromatic Colors of #B9FB74
Black with #B9FB74
Text Example
Text Example
White with #B9FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FB74; }
p { color: rgb(185,251,116); }
H1.HeaderClassName
{
color: #B9FB74;
}
.AnyTagClassName
{
color: #B9FB74;
}
</style>
background-color css
<style>
a { background-color: #B9FB74; }
a { background-color: rgb(185,251,116); }
div.DivClassName
{
background-color: #B9FB74;
}
.BgClassName
{
background-color: #B9FB74;
}
</style>
border-color css
<style>
span { border-color: #B9FB74; }
span { border-color: rgb(185,251,116); }
td.TdClassName
{
border-color: #B9FB74;
}
.TagClassName
{
border-color: #B9FB74;
}
</style>