Shades of Sulu #C2EC7D
Tints of Sulu #C2EC7D
RGB
CMYK
RGB Variations
Color information
#C2EC7D (or 0xC2EC7D) is known color: Sulu. HEX triplet: C2, EC and 7D. RGB value is (194,236,125). Sum of RGB (Red+Green+Blue) = 194+236+125=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC7D is #3D1382. Grayscale: #D3D3D3. Windows color (decimal): -4002691 or 8252610. OLE color: 8252610.
HSL color Cylindrical-coordinate representation of color #C2EC7D: hue angle of 82.7º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2EC7D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 125 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.07 |
| HSL | 82.7º | 0.74% | 0.71% | - |
| HSV(B) | 82.7º | 0.47% | 0.93% | - |
| XYZ | 55.95 | 72.94 | 30.53 | - |
| YUV | 210.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 125 | 0.18 | 0 | 0.47 | 0.07 | 82.7 | 0.74 | 0.71 |
| Hex | C2 | EC | 7D | 12 | 0 | 2F | 7 | 53 | 4A | 47 |
| Octal | 302 | 354 | 175 | 22 | 0 | 57 | 7 | 123 | 112 | 107 |
| Binary | 11000010 | 11101100 | 1111101 | 10010 | 0 | 101111 | 111 | 1010011 | 1001010 | 1000111 |
Color Harmonies of #C2EC7D
Complementary color
Monochromatic Colors of #C2EC7D
Black with #C2EC7D
Text Example
Text Example
White with #C2EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC7D; }
p { color: rgb(194,236,125); }
H1.HeaderClassName
{
color: #C2EC7D;
}
.AnyTagClassName
{
color: #C2EC7D;
}
</style>
background-color css
<style>
a { background-color: #C2EC7D; }
a { background-color: rgb(194,236,125); }
div.DivClassName
{
background-color: #C2EC7D;
}
.BgClassName
{
background-color: #C2EC7D;
}
</style>
border-color css
<style>
span { border-color: #C2EC7D; }
span { border-color: rgb(194,236,125); }
td.TdClassName
{
border-color: #C2EC7D;
}
.TagClassName
{
border-color: #C2EC7D;
}
</style>