Shades of Sulu #B9F28E
Tints of Sulu #B9F28E
RGB
CMYK
RGB Variations
Color information
#B9F28E (or 0xB9F28E) is known color: Sulu. HEX triplet: B9, F2 and 8E. RGB value is (185,242,142). Sum of RGB (Red+Green+Blue) = 185+242+142=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F28E is #460D71. Grayscale: #D5D5D5. Windows color (decimal): -4590962 or 9368249. OLE color: 9368249.
HSL color Cylindrical-coordinate representation of color #B9F28E: hue angle of 94.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9F28E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 142 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.05 |
| HSL | 94.2º | 0.79% | 0.75% | - |
| HSV(B) | 94.2º | 0.41% | 0.95% | - |
| XYZ | 56.64 | 75.77 | 37.23 | - |
| YUV | 213.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 142 | 0.24 | 0 | 0.41 | 0.05 | 94.2 | 0.79 | 0.75 |
| Hex | B9 | F2 | 8E | 18 | 0 | 29 | 5 | 5E | 4F | 4B |
| Octal | 271 | 362 | 216 | 30 | 0 | 51 | 5 | 136 | 117 | 113 |
| Binary | 10111001 | 11110010 | 10001110 | 11000 | 0 | 101001 | 101 | 1011110 | 1001111 | 1001011 |
Color Harmonies of #B9F28E
Complementary color
Monochromatic Colors of #B9F28E
Black with #B9F28E
Text Example
Text Example
White with #B9F28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F28E; }
p { color: rgb(185,242,142); }
H1.HeaderClassName
{
color: #B9F28E;
}
.AnyTagClassName
{
color: #B9F28E;
}
</style>
background-color css
<style>
a { background-color: #B9F28E; }
a { background-color: rgb(185,242,142); }
div.DivClassName
{
background-color: #B9F28E;
}
.BgClassName
{
background-color: #B9F28E;
}
</style>
border-color css
<style>
span { border-color: #B9F28E; }
span { border-color: rgb(185,242,142); }
td.TdClassName
{
border-color: #B9F28E;
}
.TagClassName
{
border-color: #B9F28E;
}
</style>