Shades of Sulu #C5DD84
Tints of Sulu #C5DD84
RGB
CMYK
RGB Variations
Color information
#C5DD84 (or 0xC5DD84) is known color: Sulu. HEX triplet: C5, DD and 84. RGB value is (197,221,132). Sum of RGB (Red+Green+Blue) = 197+221+132=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD84 is #3A227B. Grayscale: #CCCCCC. Windows color (decimal): -3809916 or 8707525. OLE color: 8707525.
HSL color Cylindrical-coordinate representation of color #C5DD84: hue angle of 76.18º 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 #C5DD84 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 132 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.13 |
| HSL | 76.18º | 0.57% | 0.69% | - |
| HSV(B) | 76.18º | 0.4% | 0.87% | - |
| XYZ | 53.05 | 65.25 | 31.63 | - |
| YUV | 203.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 132 | 0.11 | 0 | 0.40 | 0.13 | 76.18 | 0.57 | 0.69 |
| Hex | C5 | DD | 84 | B | 0 | 28 | D | 4C | 39 | 45 |
| Octal | 305 | 335 | 204 | 13 | 0 | 50 | 15 | 114 | 71 | 105 |
| Binary | 11000101 | 11011101 | 10000100 | 1011 | 0 | 101000 | 1101 | 1001100 | 111001 | 1000101 |
Color Harmonies of #C5DD84
Complementary color
Monochromatic Colors of #C5DD84
Black with #C5DD84
Text Example
Text Example
White with #C5DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD84; }
p { color: rgb(197,221,132); }
H1.HeaderClassName
{
color: #C5DD84;
}
.AnyTagClassName
{
color: #C5DD84;
}
</style>
background-color css
<style>
a { background-color: #C5DD84; }
a { background-color: rgb(197,221,132); }
div.DivClassName
{
background-color: #C5DD84;
}
.BgClassName
{
background-color: #C5DD84;
}
</style>
border-color css
<style>
span { border-color: #C5DD84; }
span { border-color: rgb(197,221,132); }
td.TdClassName
{
border-color: #C5DD84;
}
.TagClassName
{
border-color: #C5DD84;
}
</style>