Shades of Sulu #B9F58F
Tints of Sulu #B9F58F
RGB
CMYK
RGB Variations
Color information
#B9F58F (or 0xB9F58F) is known color: Sulu. HEX triplet: B9, F5 and 8F. RGB value is (185,245,143). Sum of RGB (Red+Green+Blue) = 185+245+143=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F58F is #460A70. Grayscale: #D7D7D7. Windows color (decimal): -4590193 or 9434553. OLE color: 9434553.
HSL color Cylindrical-coordinate representation of color #B9F58F: hue angle of 95.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9F58F is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 143 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.04 |
| HSL | 95.29º | 0.84% | 0.76% | - |
| HSV(B) | 95.29º | 0.42% | 0.96% | - |
| XYZ | 57.62 | 77.6 | 37.93 | - |
| YUV | 215.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 143 | 0.24 | 0 | 0.42 | 0.04 | 95.29 | 0.84 | 0.76 |
| Hex | B9 | F5 | 8F | 18 | 0 | 2A | 4 | 5F | 54 | 4C |
| Octal | 271 | 365 | 217 | 30 | 0 | 52 | 4 | 137 | 124 | 114 |
| Binary | 10111001 | 11110101 | 10001111 | 11000 | 0 | 101010 | 100 | 1011111 | 1010100 | 1001100 |
Color Harmonies of #B9F58F
Complementary color
Monochromatic Colors of #B9F58F
Black with #B9F58F
Text Example
Text Example
White with #B9F58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F58F; }
p { color: rgb(185,245,143); }
H1.HeaderClassName
{
color: #B9F58F;
}
.AnyTagClassName
{
color: #B9F58F;
}
</style>
background-color css
<style>
a { background-color: #B9F58F; }
a { background-color: rgb(185,245,143); }
div.DivClassName
{
background-color: #B9F58F;
}
.BgClassName
{
background-color: #B9F58F;
}
</style>
border-color css
<style>
span { border-color: #B9F58F; }
span { border-color: rgb(185,245,143); }
td.TdClassName
{
border-color: #B9F58F;
}
.TagClassName
{
border-color: #B9F58F;
}
</style>