Shades of Sulu #C2E17D
Tints of Sulu #C2E17D
RGB
CMYK
RGB Variations
Color information
#C2E17D (or 0xC2E17D) is known color: Sulu. HEX triplet: C2, E1 and 7D. RGB value is (194,225,125). Sum of RGB (Red+Green+Blue) = 194+225+125=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E17D is #3D1E82. Grayscale: #CCCCCC. Windows color (decimal): -4005507 or 8249794. OLE color: 8249794.
HSL color Cylindrical-coordinate representation of color #C2E17D: hue angle of 78.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E17D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 125 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.12 |
| HSL | 78.6º | 0.63% | 0.69% | - |
| HSV(B) | 78.6º | 0.44% | 0.88% | - |
| XYZ | 52.88 | 66.8 | 29.51 | - |
| YUV | 204.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 125 | 0.14 | 0 | 0.44 | 0.12 | 78.6 | 0.63 | 0.69 |
| Hex | C2 | E1 | 7D | E | 0 | 2C | C | 4F | 3E | 45 |
| Octal | 302 | 341 | 175 | 16 | 0 | 54 | 14 | 117 | 76 | 105 |
| Binary | 11000010 | 11100001 | 1111101 | 1110 | 0 | 101100 | 1100 | 1001111 | 111110 | 1000101 |
Color Harmonies of #C2E17D
Complementary color
Monochromatic Colors of #C2E17D
Black with #C2E17D
Text Example
Text Example
White with #C2E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E17D; }
p { color: rgb(194,225,125); }
H1.HeaderClassName
{
color: #C2E17D;
}
.AnyTagClassName
{
color: #C2E17D;
}
</style>
background-color css
<style>
a { background-color: #C2E17D; }
a { background-color: rgb(194,225,125); }
div.DivClassName
{
background-color: #C2E17D;
}
.BgClassName
{
background-color: #C2E17D;
}
</style>
border-color css
<style>
span { border-color: #C2E17D; }
span { border-color: rgb(194,225,125); }
td.TdClassName
{
border-color: #C2E17D;
}
.TagClassName
{
border-color: #C2E17D;
}
</style>