Shades of Sulu #B9F28F
Tints of Sulu #B9F28F
RGB
CMYK
RGB Variations
Color information
#B9F28F (or 0xB9F28F) is known color: Sulu. HEX triplet: B9, F2 and 8F. RGB value is (185,242,143). Sum of RGB (Red+Green+Blue) = 185+242+143=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F28F is #460D70. Grayscale: #D6D6D6. Windows color (decimal): -4590961 or 9433785. OLE color: 9433785.
HSL color Cylindrical-coordinate representation of color #B9F28F: hue angle of 94.55º 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 #B9F28F is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 143 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.05 |
| HSL | 94.55º | 0.79% | 0.75% | - |
| HSV(B) | 94.55º | 0.41% | 0.95% | - |
| XYZ | 56.72 | 75.8 | 37.63 | - |
| YUV | 213.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 143 | 0.24 | 0 | 0.41 | 0.05 | 94.55 | 0.79 | 0.75 |
| Hex | B9 | F2 | 8F | 18 | 0 | 29 | 5 | 5F | 4F | 4B |
| Octal | 271 | 362 | 217 | 30 | 0 | 51 | 5 | 137 | 117 | 113 |
| Binary | 10111001 | 11110010 | 10001111 | 11000 | 0 | 101001 | 101 | 1011111 | 1001111 | 1001011 |
Color Harmonies of #B9F28F
Complementary color
Monochromatic Colors of #B9F28F
Black with #B9F28F
Text Example
Text Example
White with #B9F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F28F; }
p { color: rgb(185,242,143); }
H1.HeaderClassName
{
color: #B9F28F;
}
.AnyTagClassName
{
color: #B9F28F;
}
</style>
background-color css
<style>
a { background-color: #B9F28F; }
a { background-color: rgb(185,242,143); }
div.DivClassName
{
background-color: #B9F28F;
}
.BgClassName
{
background-color: #B9F28F;
}
</style>
border-color css
<style>
span { border-color: #B9F28F; }
span { border-color: rgb(185,242,143); }
td.TdClassName
{
border-color: #B9F28F;
}
.TagClassName
{
border-color: #B9F28F;
}
</style>