Shades of Sulu #B9F58A
Tints of Sulu #B9F58A
RGB
CMYK
RGB Variations
Color information
#B9F58A (or 0xB9F58A) is known color: Sulu. HEX triplet: B9, F5 and 8A. RGB value is (185,245,138). Sum of RGB (Red+Green+Blue) = 185+245+138=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F58A is #460A75. Grayscale: #D7D7D7. Windows color (decimal): -4590198 or 9106873. OLE color: 9106873.
HSL color Cylindrical-coordinate representation of color #B9F58A: hue angle of 93.64º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9F58A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 138 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.04 |
| HSL | 93.64º | 0.84% | 0.75% | - |
| HSV(B) | 93.64º | 0.44% | 0.96% | - |
| XYZ | 57.25 | 77.45 | 35.98 | - |
| YUV | 214.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 138 | 0.24 | 0 | 0.44 | 0.04 | 93.64 | 0.84 | 0.75 |
| Hex | B9 | F5 | 8A | 18 | 0 | 2C | 4 | 5E | 54 | 4B |
| Octal | 271 | 365 | 212 | 30 | 0 | 54 | 4 | 136 | 124 | 113 |
| Binary | 10111001 | 11110101 | 10001010 | 11000 | 0 | 101100 | 100 | 1011110 | 1010100 | 1001011 |
Color Harmonies of #B9F58A
Complementary color
Monochromatic Colors of #B9F58A
Black with #B9F58A
Text Example
Text Example
White with #B9F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F58A; }
p { color: rgb(185,245,138); }
H1.HeaderClassName
{
color: #B9F58A;
}
.AnyTagClassName
{
color: #B9F58A;
}
</style>
background-color css
<style>
a { background-color: #B9F58A; }
a { background-color: rgb(185,245,138); }
div.DivClassName
{
background-color: #B9F58A;
}
.BgClassName
{
background-color: #B9F58A;
}
</style>
border-color css
<style>
span { border-color: #B9F58A; }
span { border-color: rgb(185,245,138); }
td.TdClassName
{
border-color: #B9F58A;
}
.TagClassName
{
border-color: #B9F58A;
}
</style>