Shades of Sulu #B9F58C
Tints of Sulu #B9F58C
RGB
CMYK
RGB Variations
Color information
#B9F58C (or 0xB9F58C) is known color: Sulu. HEX triplet: B9, F5 and 8C. RGB value is (185,245,140). Sum of RGB (Red+Green+Blue) = 185+245+140=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F58C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F58C is #460A73. Grayscale: #D7D7D7. Windows color (decimal): -4590196 or 9237945. OLE color: 9237945.
HSL color Cylindrical-coordinate representation of color #B9F58C: hue angle of 94.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9F58C is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 140 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.04 |
| HSL | 94.29º | 0.84% | 0.75% | - |
| HSV(B) | 94.29º | 0.43% | 0.96% | - |
| XYZ | 57.39 | 77.51 | 36.75 | - |
| YUV | 215.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 140 | 0.24 | 0 | 0.43 | 0.04 | 94.29 | 0.84 | 0.75 |
| Hex | B9 | F5 | 8C | 18 | 0 | 2B | 4 | 5E | 54 | 4B |
| Octal | 271 | 365 | 214 | 30 | 0 | 53 | 4 | 136 | 124 | 113 |
| Binary | 10111001 | 11110101 | 10001100 | 11000 | 0 | 101011 | 100 | 1011110 | 1010100 | 1001011 |
Color Harmonies of #B9F58C
Complementary color
Monochromatic Colors of #B9F58C
Black with #B9F58C
Text Example
Text Example
White with #B9F58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F58C; }
p { color: rgb(185,245,140); }
H1.HeaderClassName
{
color: #B9F58C;
}
.AnyTagClassName
{
color: #B9F58C;
}
</style>
background-color css
<style>
a { background-color: #B9F58C; }
a { background-color: rgb(185,245,140); }
div.DivClassName
{
background-color: #B9F58C;
}
.BgClassName
{
background-color: #B9F58C;
}
</style>
border-color css
<style>
span { border-color: #B9F58C; }
span { border-color: rgb(185,245,140); }
td.TdClassName
{
border-color: #B9F58C;
}
.TagClassName
{
border-color: #B9F58C;
}
</style>