Shades of Sulu #B9F075
Tints of Sulu #B9F075
RGB
CMYK
RGB Variations
Color information
#B9F075 (or 0xB9F075) is known color: Sulu. HEX triplet: B9, F0 and 75. RGB value is (185,240,117). Sum of RGB (Red+Green+Blue) = 185+240+117=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F075 is #460F8A. Grayscale: #D1D1D1. Windows color (decimal): -4591499 or 7729337. OLE color: 7729337.
HSL color Cylindrical-coordinate representation of color #B9F075: hue angle of 86.83º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9F075 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 117 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.06 |
| HSL | 86.83º | 0.8% | 0.7% | - |
| HSV(B) | 86.83º | 0.51% | 0.94% | - |
| XYZ | 54.38 | 73.92 | 28.23 | - |
| YUV | 209.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 117 | 0.23 | 0 | 0.51 | 0.06 | 86.83 | 0.8 | 0.7 |
| Hex | B9 | F0 | 75 | 17 | 0 | 33 | 6 | 57 | 50 | 46 |
| Octal | 271 | 360 | 165 | 27 | 0 | 63 | 6 | 127 | 120 | 106 |
| Binary | 10111001 | 11110000 | 1110101 | 10111 | 0 | 110011 | 110 | 1010111 | 1010000 | 1000110 |
Color Harmonies of #B9F075
Complementary color
Monochromatic Colors of #B9F075
Black with #B9F075
Text Example
Text Example
White with #B9F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F075; }
p { color: rgb(185,240,117); }
H1.HeaderClassName
{
color: #B9F075;
}
.AnyTagClassName
{
color: #B9F075;
}
</style>
background-color css
<style>
a { background-color: #B9F075; }
a { background-color: rgb(185,240,117); }
div.DivClassName
{
background-color: #B9F075;
}
.BgClassName
{
background-color: #B9F075;
}
</style>
border-color css
<style>
span { border-color: #B9F075; }
span { border-color: rgb(185,240,117); }
td.TdClassName
{
border-color: #B9F075;
}
.TagClassName
{
border-color: #B9F075;
}
</style>