Shades of Sulu #C2DD8D
Tints of Sulu #C2DD8D
RGB
CMYK
RGB Variations
Color information
#C2DD8D (or 0xC2DD8D) is known color: Sulu. HEX triplet: C2, DD and 8D. RGB value is (194,221,141). Sum of RGB (Red+Green+Blue) = 194+221+141=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DD8D is #3D2272. Grayscale: #CCCCCC. Windows color (decimal): -4006515 or 9297346. OLE color: 9297346.
HSL color Cylindrical-coordinate representation of color #C2DD8D: hue angle of 80.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2DD8D is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 141 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.13 |
| HSL | 80.25º | 0.54% | 0.71% | - |
| HSV(B) | 80.25º | 0.36% | 0.87% | - |
| XYZ | 52.91 | 65.11 | 34.98 | - |
| YUV | 203.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 141 | 0.12 | 0 | 0.36 | 0.13 | 80.25 | 0.54 | 0.71 |
| Hex | C2 | DD | 8D | C | 0 | 24 | D | 50 | 36 | 47 |
| Octal | 302 | 335 | 215 | 14 | 0 | 44 | 15 | 120 | 66 | 107 |
| Binary | 11000010 | 11011101 | 10001101 | 1100 | 0 | 100100 | 1101 | 1010000 | 110110 | 1000111 |
Color Harmonies of #C2DD8D
Complementary color
Monochromatic Colors of #C2DD8D
Black with #C2DD8D
Text Example
Text Example
White with #C2DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD8D; }
p { color: rgb(194,221,141); }
H1.HeaderClassName
{
color: #C2DD8D;
}
.AnyTagClassName
{
color: #C2DD8D;
}
</style>
background-color css
<style>
a { background-color: #C2DD8D; }
a { background-color: rgb(194,221,141); }
div.DivClassName
{
background-color: #C2DD8D;
}
.BgClassName
{
background-color: #C2DD8D;
}
</style>
border-color css
<style>
span { border-color: #C2DD8D; }
span { border-color: rgb(194,221,141); }
td.TdClassName
{
border-color: #C2DD8D;
}
.TagClassName
{
border-color: #C2DD8D;
}
</style>