Shades of Mindaro #CCED6E
Tints of Mindaro #CCED6E
RGB
CMYK
RGB Variations
Color information
#CCED6E (or 0xCCED6E) is known color: Mindaro. HEX triplet: CC, ED and 6E. RGB value is (204,237,110). Sum of RGB (Red+Green+Blue) = 204+237+110=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED6E is #331291. Grayscale: #D5D5D5. Windows color (decimal): -3347090 or 7269836. OLE color: 7269836.
HSL color Cylindrical-coordinate representation of color #CCED6E: hue angle of 75.59º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCED6E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 110 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.07 |
| HSL | 75.59º | 0.78% | 0.68% | - |
| HSV(B) | 75.59º | 0.54% | 0.93% | - |
| XYZ | 58 | 74.53 | 26.08 | - |
| YUV | 212.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 110 | 0.14 | 0 | 0.54 | 0.07 | 75.59 | 0.78 | 0.68 |
| Hex | CC | ED | 6E | E | 0 | 36 | 7 | 4C | 4E | 44 |
| Octal | 314 | 355 | 156 | 16 | 0 | 66 | 7 | 114 | 116 | 104 |
| Binary | 11001100 | 11101101 | 1101110 | 1110 | 0 | 110110 | 111 | 1001100 | 1001110 | 1000100 |
Color Harmonies of #CCED6E
Complementary color
Monochromatic Colors of #CCED6E
Black with #CCED6E
Text Example
Text Example
White with #CCED6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED6E; }
p { color: rgb(204,237,110); }
H1.HeaderClassName
{
color: #CCED6E;
}
.AnyTagClassName
{
color: #CCED6E;
}
</style>
background-color css
<style>
a { background-color: #CCED6E; }
a { background-color: rgb(204,237,110); }
div.DivClassName
{
background-color: #CCED6E;
}
.BgClassName
{
background-color: #CCED6E;
}
</style>
border-color css
<style>
span { border-color: #CCED6E; }
span { border-color: rgb(204,237,110); }
td.TdClassName
{
border-color: #CCED6E;
}
.TagClassName
{
border-color: #CCED6E;
}
</style>