Shades of Sulu #B9F98D
Tints of Sulu #B9F98D
RGB
CMYK
RGB Variations
Color information
#B9F98D (or 0xB9F98D) is known color: Sulu. HEX triplet: B9, F9 and 8D. RGB value is (185,249,141). Sum of RGB (Red+Green+Blue) = 185+249+141=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F98D is #460672. Grayscale: #D9D9D9. Windows color (decimal): -4589171 or 9304505. OLE color: 9304505.
HSL color Cylindrical-coordinate representation of color #B9F98D: hue angle of 95.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9F98D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 249 | 141 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.02 |
| HSL | 95.56º | 0.9% | 0.76% | - |
| HSV(B) | 95.56º | 0.43% | 0.98% | - |
| XYZ | 58.69 | 79.99 | 37.55 | - |
| YUV | 217.55 | 84.8 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 249 | 141 | 0.26 | 0 | 0.43 | 0.02 | 95.56 | 0.9 | 0.76 |
| Hex | B9 | F9 | 8D | 1A | 0 | 2B | 2 | 60 | 5A | 4C |
| Octal | 271 | 371 | 215 | 32 | 0 | 53 | 2 | 140 | 132 | 114 |
| Binary | 10111001 | 11111001 | 10001101 | 11010 | 0 | 101011 | 10 | 1100000 | 1011010 | 1001100 |
Color Harmonies of #B9F98D
Complementary color
Monochromatic Colors of #B9F98D
Black with #B9F98D
Text Example
Text Example
White with #B9F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F98D; }
p { color: rgb(185,249,141); }
H1.HeaderClassName
{
color: #B9F98D;
}
.AnyTagClassName
{
color: #B9F98D;
}
</style>
background-color css
<style>
a { background-color: #B9F98D; }
a { background-color: rgb(185,249,141); }
div.DivClassName
{
background-color: #B9F98D;
}
.BgClassName
{
background-color: #B9F98D;
}
</style>
border-color css
<style>
span { border-color: #B9F98D; }
span { border-color: rgb(185,249,141); }
td.TdClassName
{
border-color: #B9F98D;
}
.TagClassName
{
border-color: #B9F98D;
}
</style>