Shades of Sulu #B9F57A
Tints of Sulu #B9F57A
RGB
CMYK
RGB Variations
Color information
#B9F57A (or 0xB9F57A) is known color: Sulu. HEX triplet: B9, F5 and 7A. RGB value is (185,245,122). Sum of RGB (Red+Green+Blue) = 185+245+122=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F57A is #460A85. Grayscale: #D5D5D5. Windows color (decimal): -4590214 or 8058297. OLE color: 8058297.
HSL color Cylindrical-coordinate representation of color #B9F57A: hue angle of 89.27º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9F57A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 122 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.04 |
| HSL | 89.27º | 0.86% | 0.72% | - |
| HSV(B) | 89.27º | 0.5% | 0.96% | - |
| XYZ | 56.17 | 77.02 | 30.32 | - |
| YUV | 213.04 | 76.62 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 122 | 0.24 | 0 | 0.50 | 0.04 | 89.27 | 0.86 | 0.72 |
| Hex | B9 | F5 | 7A | 18 | 0 | 32 | 4 | 59 | 56 | 48 |
| Octal | 271 | 365 | 172 | 30 | 0 | 62 | 4 | 131 | 126 | 110 |
| Binary | 10111001 | 11110101 | 1111010 | 11000 | 0 | 110010 | 100 | 1011001 | 1010110 | 1001000 |
Color Harmonies of #B9F57A
Complementary color
Monochromatic Colors of #B9F57A
Black with #B9F57A
Text Example
Text Example
White with #B9F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F57A; }
p { color: rgb(185,245,122); }
H1.HeaderClassName
{
color: #B9F57A;
}
.AnyTagClassName
{
color: #B9F57A;
}
</style>
background-color css
<style>
a { background-color: #B9F57A; }
a { background-color: rgb(185,245,122); }
div.DivClassName
{
background-color: #B9F57A;
}
.BgClassName
{
background-color: #B9F57A;
}
</style>
border-color css
<style>
span { border-color: #B9F57A; }
span { border-color: rgb(185,245,122); }
td.TdClassName
{
border-color: #B9F57A;
}
.TagClassName
{
border-color: #B9F57A;
}
</style>