Shades of Sulu #C2DD84
Tints of Sulu #C2DD84
RGB
CMYK
RGB Variations
Color information
#C2DD84 (or 0xC2DD84) is known color: Sulu. HEX triplet: C2, DD and 84. RGB value is (194,221,132). Sum of RGB (Red+Green+Blue) = 194+221+132=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD84 is #3D227B. Grayscale: #CBCBCB. Windows color (decimal): -4006524 or 8707522. OLE color: 8707522.
HSL color Cylindrical-coordinate representation of color #C2DD84: hue angle of 78.2º 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 #C2DD84 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 132 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.13 |
| HSL | 78.2º | 0.57% | 0.69% | - |
| HSV(B) | 78.2º | 0.4% | 0.87% | - |
| XYZ | 52.27 | 64.85 | 31.59 | - |
| YUV | 202.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 132 | 0.12 | 0 | 0.40 | 0.13 | 78.2 | 0.57 | 0.69 |
| Hex | C2 | DD | 84 | C | 0 | 28 | D | 4E | 39 | 45 |
| Octal | 302 | 335 | 204 | 14 | 0 | 50 | 15 | 116 | 71 | 105 |
| Binary | 11000010 | 11011101 | 10000100 | 1100 | 0 | 101000 | 1101 | 1001110 | 111001 | 1000101 |
Color Harmonies of #C2DD84
Complementary color
Monochromatic Colors of #C2DD84
Black with #C2DD84
Text Example
Text Example
White with #C2DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD84; }
p { color: rgb(194,221,132); }
H1.HeaderClassName
{
color: #C2DD84;
}
.AnyTagClassName
{
color: #C2DD84;
}
</style>
background-color css
<style>
a { background-color: #C2DD84; }
a { background-color: rgb(194,221,132); }
div.DivClassName
{
background-color: #C2DD84;
}
.BgClassName
{
background-color: #C2DD84;
}
</style>
border-color css
<style>
span { border-color: #C2DD84; }
span { border-color: rgb(194,221,132); }
td.TdClassName
{
border-color: #C2DD84;
}
.TagClassName
{
border-color: #C2DD84;
}
</style>