Shades of Sulu #C2DD7D
Tints of Sulu #C2DD7D
RGB
CMYK
RGB Variations
Color information
#C2DD7D (or 0xC2DD7D) is known color: Sulu. HEX triplet: C2, DD and 7D. RGB value is (194,221,125). Sum of RGB (Red+Green+Blue) = 194+221+125=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD7D is #3D2282. Grayscale: #CACACA. Windows color (decimal): -4006531 or 8248770. OLE color: 8248770.
HSL color Cylindrical-coordinate representation of color #C2DD7D: hue angle of 76.88º degrees, saturation: 0.59, 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 #C2DD7D is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 125 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.13 |
| HSL | 76.88º | 0.59% | 0.68% | - |
| HSV(B) | 76.88º | 0.43% | 0.87% | - |
| XYZ | 51.81 | 64.66 | 29.15 | - |
| YUV | 201.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 125 | 0.12 | 0 | 0.43 | 0.13 | 76.88 | 0.59 | 0.68 |
| Hex | C2 | DD | 7D | C | 0 | 2B | D | 4D | 3B | 44 |
| Octal | 302 | 335 | 175 | 14 | 0 | 53 | 15 | 115 | 73 | 104 |
| Binary | 11000010 | 11011101 | 1111101 | 1100 | 0 | 101011 | 1101 | 1001101 | 111011 | 1000100 |
Color Harmonies of #C2DD7D
Complementary color
Monochromatic Colors of #C2DD7D
Black with #C2DD7D
Text Example
Text Example
White with #C2DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD7D; }
p { color: rgb(194,221,125); }
H1.HeaderClassName
{
color: #C2DD7D;
}
.AnyTagClassName
{
color: #C2DD7D;
}
</style>
background-color css
<style>
a { background-color: #C2DD7D; }
a { background-color: rgb(194,221,125); }
div.DivClassName
{
background-color: #C2DD7D;
}
.BgClassName
{
background-color: #C2DD7D;
}
</style>
border-color css
<style>
span { border-color: #C2DD7D; }
span { border-color: rgb(194,221,125); }
td.TdClassName
{
border-color: #C2DD7D;
}
.TagClassName
{
border-color: #C2DD7D;
}
</style>