Shades of Sulu #B9F28D
Tints of Sulu #B9F28D
RGB
CMYK
RGB Variations
Color information
#B9F28D (or 0xB9F28D) is known color: Sulu. HEX triplet: B9, F2 and 8D. RGB value is (185,242,141). Sum of RGB (Red+Green+Blue) = 185+242+141=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F28D is #460D72. Grayscale: #D5D5D5. Windows color (decimal): -4590963 or 9302713. OLE color: 9302713.
HSL color Cylindrical-coordinate representation of color #B9F28D: hue angle of 93.86º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9F28D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 141 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.05 |
| HSL | 93.86º | 0.8% | 0.75% | - |
| HSV(B) | 93.86º | 0.42% | 0.95% | - |
| XYZ | 56.57 | 75.74 | 36.84 | - |
| YUV | 213.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 141 | 0.24 | 0 | 0.42 | 0.05 | 93.86 | 0.8 | 0.75 |
| Hex | B9 | F2 | 8D | 18 | 0 | 2A | 5 | 5E | 50 | 4B |
| Octal | 271 | 362 | 215 | 30 | 0 | 52 | 5 | 136 | 120 | 113 |
| Binary | 10111001 | 11110010 | 10001101 | 11000 | 0 | 101010 | 101 | 1011110 | 1010000 | 1001011 |
Color Harmonies of #B9F28D
Complementary color
Monochromatic Colors of #B9F28D
Black with #B9F28D
Text Example
Text Example
White with #B9F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F28D; }
p { color: rgb(185,242,141); }
H1.HeaderClassName
{
color: #B9F28D;
}
.AnyTagClassName
{
color: #B9F28D;
}
</style>
background-color css
<style>
a { background-color: #B9F28D; }
a { background-color: rgb(185,242,141); }
div.DivClassName
{
background-color: #B9F28D;
}
.BgClassName
{
background-color: #B9F28D;
}
</style>
border-color css
<style>
span { border-color: #B9F28D; }
span { border-color: rgb(185,242,141); }
td.TdClassName
{
border-color: #B9F28D;
}
.TagClassName
{
border-color: #B9F28D;
}
</style>