Shades of Mindaro #CCE06A
Tints of Mindaro #CCE06A
RGB
CMYK
RGB Variations
Color information
#CCE06A (or 0xCCE06A) is known color: Mindaro. HEX triplet: CC, E0 and 6A. RGB value is (204,224,106). Sum of RGB (Red+Green+Blue) = 204+224+106=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE06A is #331F95. Grayscale: #CDCDCD. Windows color (decimal): -3350422 or 7004364. OLE color: 7004364.
HSL color Cylindrical-coordinate representation of color #CCE06A: hue angle of 70.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE06A is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 106 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.12 |
| HSL | 70.17º | 0.66% | 0.65% | - |
| HSV(B) | 70.17º | 0.53% | 0.88% | - |
| XYZ | 54.16 | 67.19 | 23.75 | - |
| YUV | 204.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 106 | 0.09 | 0 | 0.53 | 0.12 | 70.17 | 0.66 | 0.65 |
| Hex | CC | E0 | 6A | 9 | 0 | 35 | C | 46 | 42 | 41 |
| Octal | 314 | 340 | 152 | 11 | 0 | 65 | 14 | 106 | 102 | 101 |
| Binary | 11001100 | 11100000 | 1101010 | 1001 | 0 | 110101 | 1100 | 1000110 | 1000010 | 1000001 |
Color Harmonies of #CCE06A
Complementary color
Monochromatic Colors of #CCE06A
Black with #CCE06A
Text Example
Text Example
White with #CCE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE06A; }
p { color: rgb(204,224,106); }
H1.HeaderClassName
{
color: #CCE06A;
}
.AnyTagClassName
{
color: #CCE06A;
}
</style>
background-color css
<style>
a { background-color: #CCE06A; }
a { background-color: rgb(204,224,106); }
div.DivClassName
{
background-color: #CCE06A;
}
.BgClassName
{
background-color: #CCE06A;
}
</style>
border-color css
<style>
span { border-color: #CCE06A; }
span { border-color: rgb(204,224,106); }
td.TdClassName
{
border-color: #CCE06A;
}
.TagClassName
{
border-color: #CCE06A;
}
</style>