Shades of Sulu #B9DE75
Tints of Sulu #B9DE75
RGB
CMYK
RGB Variations
Color information
#B9DE75 (or 0xB9DE75) is known color: Sulu. HEX triplet: B9, DE and 75. RGB value is (185,222,117). Sum of RGB (Red+Green+Blue) = 185+222+117=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE75 is #46218A. Grayscale: #C7C7C7. Windows color (decimal): -4596107 or 7724729. OLE color: 7724729.
HSL color Cylindrical-coordinate representation of color #B9DE75: hue angle of 81.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9DE75 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 117 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.13 |
| HSL | 81.14º | 0.61% | 0.66% | - |
| HSV(B) | 81.14º | 0.47% | 0.87% | - |
| XYZ | 49.34 | 63.84 | 26.55 | - |
| YUV | 198.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 117 | 0.17 | 0 | 0.47 | 0.13 | 81.14 | 0.61 | 0.66 |
| Hex | B9 | DE | 75 | 11 | 0 | 2F | D | 51 | 3D | 42 |
| Octal | 271 | 336 | 165 | 21 | 0 | 57 | 15 | 121 | 75 | 102 |
| Binary | 10111001 | 11011110 | 1110101 | 10001 | 0 | 101111 | 1101 | 1010001 | 111101 | 1000010 |
Color Harmonies of #B9DE75
Complementary color
Monochromatic Colors of #B9DE75
Black with #B9DE75
Text Example
Text Example
White with #B9DE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DE75; }
p { color: rgb(185,222,117); }
H1.HeaderClassName
{
color: #B9DE75;
}
.AnyTagClassName
{
color: #B9DE75;
}
</style>
background-color css
<style>
a { background-color: #B9DE75; }
a { background-color: rgb(185,222,117); }
div.DivClassName
{
background-color: #B9DE75;
}
.BgClassName
{
background-color: #B9DE75;
}
</style>
border-color css
<style>
span { border-color: #B9DE75; }
span { border-color: rgb(185,222,117); }
td.TdClassName
{
border-color: #B9DE75;
}
.TagClassName
{
border-color: #B9DE75;
}
</style>