Shades of Sulu #B9FB7A
Tints of Sulu #B9FB7A
RGB
CMYK
RGB Variations
Color information
#B9FB7A (or 0xB9FB7A) is known color: Sulu. HEX triplet: B9, FB and 7A. RGB value is (185,251,122). Sum of RGB (Red+Green+Blue) = 185+251+122=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FB7A is #460485. Grayscale: #D9D9D9. Windows color (decimal): -4588678 or 8059833. OLE color: 8059833.
HSL color Cylindrical-coordinate representation of color #B9FB7A: hue angle of 90.7º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9FB7A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 122 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.02 |
| HSL | 90.7º | 0.94% | 0.73% | - |
| HSV(B) | 90.7º | 0.51% | 0.98% | - |
| XYZ | 58.02 | 80.71 | 30.93 | - |
| YUV | 216.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 122 | 0.26 | 0 | 0.51 | 0.02 | 90.7 | 0.94 | 0.73 |
| Hex | B9 | FB | 7A | 1A | 0 | 33 | 2 | 5B | 5E | 49 |
| Octal | 271 | 373 | 172 | 32 | 0 | 63 | 2 | 133 | 136 | 111 |
| Binary | 10111001 | 11111011 | 1111010 | 11010 | 0 | 110011 | 10 | 1011011 | 1011110 | 1001001 |
Color Harmonies of #B9FB7A
Complementary color
Monochromatic Colors of #B9FB7A
Black with #B9FB7A
Text Example
Text Example
White with #B9FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FB7A; }
p { color: rgb(185,251,122); }
H1.HeaderClassName
{
color: #B9FB7A;
}
.AnyTagClassName
{
color: #B9FB7A;
}
</style>
background-color css
<style>
a { background-color: #B9FB7A; }
a { background-color: rgb(185,251,122); }
div.DivClassName
{
background-color: #B9FB7A;
}
.BgClassName
{
background-color: #B9FB7A;
}
</style>
border-color css
<style>
span { border-color: #B9FB7A; }
span { border-color: rgb(185,251,122); }
td.TdClassName
{
border-color: #B9FB7A;
}
.TagClassName
{
border-color: #B9FB7A;
}
</style>