Shades of Mindaro #CCED70
Tints of Mindaro #CCED70
RGB
CMYK
RGB Variations
Color information
#CCED70 (or 0xCCED70) is known color: Mindaro. HEX triplet: CC, ED and 70. RGB value is (204,237,112). Sum of RGB (Red+Green+Blue) = 204+237+112=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED70 is #33128F. Grayscale: #D5D5D5. Windows color (decimal): -3347088 or 7400908. OLE color: 7400908.
HSL color Cylindrical-coordinate representation of color #CCED70: hue angle of 75.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCED70 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 112 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.07 |
| HSL | 75.84º | 0.78% | 0.68% | - |
| HSV(B) | 75.84º | 0.53% | 0.93% | - |
| XYZ | 58.11 | 74.58 | 26.66 | - |
| YUV | 212.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 112 | 0.14 | 0 | 0.53 | 0.07 | 75.84 | 0.78 | 0.68 |
| Hex | CC | ED | 70 | E | 0 | 35 | 7 | 4C | 4E | 44 |
| Octal | 314 | 355 | 160 | 16 | 0 | 65 | 7 | 114 | 116 | 104 |
| Binary | 11001100 | 11101101 | 1110000 | 1110 | 0 | 110101 | 111 | 1001100 | 1001110 | 1000100 |
Color Harmonies of #CCED70
Complementary color
Monochromatic Colors of #CCED70
Black with #CCED70
Text Example
Text Example
White with #CCED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED70; }
p { color: rgb(204,237,112); }
H1.HeaderClassName
{
color: #CCED70;
}
.AnyTagClassName
{
color: #CCED70;
}
</style>
background-color css
<style>
a { background-color: #CCED70; }
a { background-color: rgb(204,237,112); }
div.DivClassName
{
background-color: #CCED70;
}
.BgClassName
{
background-color: #CCED70;
}
</style>
border-color css
<style>
span { border-color: #CCED70; }
span { border-color: rgb(204,237,112); }
td.TdClassName
{
border-color: #CCED70;
}
.TagClassName
{
border-color: #CCED70;
}
</style>