Shades of Sulu #B9DE78
Tints of Sulu #B9DE78
RGB
CMYK
RGB Variations
Color information
#B9DE78 (or 0xB9DE78) is known color: Sulu. HEX triplet: B9, DE and 78. RGB value is (185,222,120). Sum of RGB (Red+Green+Blue) = 185+222+120=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE78 is #462187. Grayscale: #C7C7C7. Windows color (decimal): -4596104 or 7921337. OLE color: 7921337.
HSL color Cylindrical-coordinate representation of color #B9DE78: hue angle of 81.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9DE78 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 120 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.13 |
| HSL | 81.76º | 0.61% | 0.67% | - |
| HSV(B) | 81.76º | 0.46% | 0.87% | - |
| XYZ | 49.52 | 63.91 | 27.5 | - |
| YUV | 199.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 120 | 0.17 | 0 | 0.46 | 0.13 | 81.76 | 0.61 | 0.67 |
| Hex | B9 | DE | 78 | 11 | 0 | 2E | D | 52 | 3D | 43 |
| Octal | 271 | 336 | 170 | 21 | 0 | 56 | 15 | 122 | 75 | 103 |
| Binary | 10111001 | 11011110 | 1111000 | 10001 | 0 | 101110 | 1101 | 1010010 | 111101 | 1000011 |
Color Harmonies of #B9DE78
Complementary color
Monochromatic Colors of #B9DE78
Black with #B9DE78
Text Example
Text Example
White with #B9DE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DE78; }
p { color: rgb(185,222,120); }
H1.HeaderClassName
{
color: #B9DE78;
}
.AnyTagClassName
{
color: #B9DE78;
}
</style>
background-color css
<style>
a { background-color: #B9DE78; }
a { background-color: rgb(185,222,120); }
div.DivClassName
{
background-color: #B9DE78;
}
.BgClassName
{
background-color: #B9DE78;
}
</style>
border-color css
<style>
span { border-color: #B9DE78; }
span { border-color: rgb(185,222,120); }
td.TdClassName
{
border-color: #B9DE78;
}
.TagClassName
{
border-color: #B9DE78;
}
</style>