Shades of Sulu #B9FA7A
Tints of Sulu #B9FA7A
RGB
CMYK
RGB Variations
Color information
#B9FA7A (or 0xB9FA7A) is known color: Sulu. HEX triplet: B9, FA and 7A. RGB value is (185,250,122). Sum of RGB (Red+Green+Blue) = 185+250+122=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA7A is #460585. Grayscale: #D8D8D8. Windows color (decimal): -4588934 or 8059577. OLE color: 8059577.
HSL color Cylindrical-coordinate representation of color #B9FA7A: hue angle of 90.47º degrees, saturation: 0.93, 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 #B9FA7A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 122 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.02 |
| HSL | 90.47º | 0.93% | 0.73% | - |
| HSV(B) | 90.47º | 0.51% | 0.98% | - |
| XYZ | 57.71 | 80.09 | 30.83 | - |
| YUV | 215.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 122 | 0.26 | 0 | 0.51 | 0.02 | 90.47 | 0.93 | 0.73 |
| Hex | B9 | FA | 7A | 1A | 0 | 33 | 2 | 5A | 5D | 49 |
| Octal | 271 | 372 | 172 | 32 | 0 | 63 | 2 | 132 | 135 | 111 |
| Binary | 10111001 | 11111010 | 1111010 | 11010 | 0 | 110011 | 10 | 1011010 | 1011101 | 1001001 |
Color Harmonies of #B9FA7A
Complementary color
Monochromatic Colors of #B9FA7A
Black with #B9FA7A
Text Example
Text Example
White with #B9FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA7A; }
p { color: rgb(185,250,122); }
H1.HeaderClassName
{
color: #B9FA7A;
}
.AnyTagClassName
{
color: #B9FA7A;
}
</style>
background-color css
<style>
a { background-color: #B9FA7A; }
a { background-color: rgb(185,250,122); }
div.DivClassName
{
background-color: #B9FA7A;
}
.BgClassName
{
background-color: #B9FA7A;
}
</style>
border-color css
<style>
span { border-color: #B9FA7A; }
span { border-color: rgb(185,250,122); }
td.TdClassName
{
border-color: #B9FA7A;
}
.TagClassName
{
border-color: #B9FA7A;
}
</style>