Shades of Sulu #C2DD7E
Tints of Sulu #C2DD7E
RGB
CMYK
RGB Variations
Color information
#C2DD7E (or 0xC2DD7E) is known color: Sulu. HEX triplet: C2, DD and 7E. RGB value is (194,221,126). Sum of RGB (Red+Green+Blue) = 194+221+126=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD7E is #3D2281. Grayscale: #CACACA. Windows color (decimal): -4006530 or 8314306. OLE color: 8314306.
HSL color Cylindrical-coordinate representation of color #C2DD7E: hue angle of 77.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2DD7E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 126 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.13 |
| HSL | 77.05º | 0.58% | 0.68% | - |
| HSV(B) | 77.05º | 0.43% | 0.87% | - |
| XYZ | 51.87 | 64.69 | 29.49 | - |
| YUV | 202.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 126 | 0.12 | 0 | 0.43 | 0.13 | 77.05 | 0.58 | 0.68 |
| Hex | C2 | DD | 7E | C | 0 | 2B | D | 4D | 3A | 44 |
| Octal | 302 | 335 | 176 | 14 | 0 | 53 | 15 | 115 | 72 | 104 |
| Binary | 11000010 | 11011101 | 1111110 | 1100 | 0 | 101011 | 1101 | 1001101 | 111010 | 1000100 |
Color Harmonies of #C2DD7E
Complementary color
Monochromatic Colors of #C2DD7E
Black with #C2DD7E
Text Example
Text Example
White with #C2DD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD7E; }
p { color: rgb(194,221,126); }
H1.HeaderClassName
{
color: #C2DD7E;
}
.AnyTagClassName
{
color: #C2DD7E;
}
</style>
background-color css
<style>
a { background-color: #C2DD7E; }
a { background-color: rgb(194,221,126); }
div.DivClassName
{
background-color: #C2DD7E;
}
.BgClassName
{
background-color: #C2DD7E;
}
</style>
border-color css
<style>
span { border-color: #C2DD7E; }
span { border-color: rgb(194,221,126); }
td.TdClassName
{
border-color: #C2DD7E;
}
.TagClassName
{
border-color: #C2DD7E;
}
</style>