Shades of Mindaro #CCEA6C
Tints of Mindaro #CCEA6C
RGB
CMYK
RGB Variations
Color information
#CCEA6C (or 0xCCEA6C) is known color: Mindaro. HEX triplet: CC, EA and 6C. RGB value is (204,234,108). Sum of RGB (Red+Green+Blue) = 204+234+108=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA6C is #331593. Grayscale: #D3D3D3. Windows color (decimal): -3347860 or 7137996. OLE color: 7137996.
HSL color Cylindrical-coordinate representation of color #CCEA6C: hue angle of 74.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCEA6C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 108 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.08 |
| HSL | 74.29º | 0.75% | 0.67% | - |
| HSV(B) | 74.29º | 0.54% | 0.92% | - |
| XYZ | 57.03 | 72.77 | 25.23 | - |
| YUV | 210.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 108 | 0.13 | 0 | 0.54 | 0.08 | 74.29 | 0.75 | 0.67 |
| Hex | CC | EA | 6C | D | 0 | 36 | 8 | 4A | 4B | 43 |
| Octal | 314 | 352 | 154 | 15 | 0 | 66 | 10 | 112 | 113 | 103 |
| Binary | 11001100 | 11101010 | 1101100 | 1101 | 0 | 110110 | 1000 | 1001010 | 1001011 | 1000011 |
Color Harmonies of #CCEA6C
Complementary color
Monochromatic Colors of #CCEA6C
Black with #CCEA6C
Text Example
Text Example
White with #CCEA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA6C; }
p { color: rgb(204,234,108); }
H1.HeaderClassName
{
color: #CCEA6C;
}
.AnyTagClassName
{
color: #CCEA6C;
}
</style>
background-color css
<style>
a { background-color: #CCEA6C; }
a { background-color: rgb(204,234,108); }
div.DivClassName
{
background-color: #CCEA6C;
}
.BgClassName
{
background-color: #CCEA6C;
}
</style>
border-color css
<style>
span { border-color: #CCEA6C; }
span { border-color: rgb(204,234,108); }
td.TdClassName
{
border-color: #CCEA6C;
}
.TagClassName
{
border-color: #CCEA6C;
}
</style>