Shades of Sulu #B7DD84
Tints of Sulu #B7DD84
RGB
CMYK
RGB Variations
Color information
#B7DD84 (or 0xB7DD84) is known color: Sulu. HEX triplet: B7, DD and 84. RGB value is (183,221,132). Sum of RGB (Red+Green+Blue) = 183+221+132=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DD84 is #48227B. Grayscale: #C7C7C7. Windows color (decimal): -4727420 or 8707511. OLE color: 8707511.
HSL color Cylindrical-coordinate representation of color #B7DD84: hue angle of 85.62º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7DD84 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 132 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.13 |
| HSL | 85.62º | 0.57% | 0.69% | - |
| HSV(B) | 85.62º | 0.4% | 0.87% | - |
| XYZ | 49.55 | 63.45 | 31.46 | - |
| YUV | 199.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 132 | 0.17 | 0 | 0.40 | 0.13 | 85.62 | 0.57 | 0.69 |
| Hex | B7 | DD | 84 | 11 | 0 | 28 | D | 56 | 39 | 45 |
| Octal | 267 | 335 | 204 | 21 | 0 | 50 | 15 | 126 | 71 | 105 |
| Binary | 10110111 | 11011101 | 10000100 | 10001 | 0 | 101000 | 1101 | 1010110 | 111001 | 1000101 |
Color Harmonies of #B7DD84
Complementary color
Monochromatic Colors of #B7DD84
Black with #B7DD84
Text Example
Text Example
White with #B7DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD84; }
p { color: rgb(183,221,132); }
H1.HeaderClassName
{
color: #B7DD84;
}
.AnyTagClassName
{
color: #B7DD84;
}
</style>
background-color css
<style>
a { background-color: #B7DD84; }
a { background-color: rgb(183,221,132); }
div.DivClassName
{
background-color: #B7DD84;
}
.BgClassName
{
background-color: #B7DD84;
}
</style>
border-color css
<style>
span { border-color: #B7DD84; }
span { border-color: rgb(183,221,132); }
td.TdClassName
{
border-color: #B7DD84;
}
.TagClassName
{
border-color: #B7DD84;
}
</style>