Shades of Sulu #B9F36E
Tints of Sulu #B9F36E
RGB
CMYK
RGB Variations
Color information
#B9F36E (or 0xB9F36E) is known color: Sulu. HEX triplet: B9, F3 and 6E. RGB value is (185,243,110). Sum of RGB (Red+Green+Blue) = 185+243+110=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F36E is #460C91. Grayscale: #D2D2D2. Windows color (decimal): -4590738 or 7271353. OLE color: 7271353.
HSL color Cylindrical-coordinate representation of color #B9F36E: hue angle of 86.17º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9F36E is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 110 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.05 |
| HSL | 86.17º | 0.85% | 0.69% | - |
| HSV(B) | 86.17º | 0.55% | 0.95% | - |
| XYZ | 54.87 | 75.54 | 26.44 | - |
| YUV | 210.5 | 71.28 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 110 | 0.24 | 0 | 0.55 | 0.05 | 86.17 | 0.85 | 0.69 |
| Hex | B9 | F3 | 6E | 18 | 0 | 37 | 5 | 56 | 55 | 45 |
| Octal | 271 | 363 | 156 | 30 | 0 | 67 | 5 | 126 | 125 | 105 |
| Binary | 10111001 | 11110011 | 1101110 | 11000 | 0 | 110111 | 101 | 1010110 | 1010101 | 1000101 |
Color Harmonies of #B9F36E
Complementary color
Monochromatic Colors of #B9F36E
Black with #B9F36E
Text Example
Text Example
White with #B9F36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F36E; }
p { color: rgb(185,243,110); }
H1.HeaderClassName
{
color: #B9F36E;
}
.AnyTagClassName
{
color: #B9F36E;
}
</style>
background-color css
<style>
a { background-color: #B9F36E; }
a { background-color: rgb(185,243,110); }
div.DivClassName
{
background-color: #B9F36E;
}
.BgClassName
{
background-color: #B9F36E;
}
</style>
border-color css
<style>
span { border-color: #B9F36E; }
span { border-color: rgb(185,243,110); }
td.TdClassName
{
border-color: #B9F36E;
}
.TagClassName
{
border-color: #B9F36E;
}
</style>