Shades of Mindaro #CCDE6A
Tints of Mindaro #CCDE6A
RGB
CMYK
RGB Variations
Color information
#CCDE6A (or 0xCCDE6A) is known color: Mindaro. HEX triplet: CC, DE and 6A. RGB value is (204,222,106). Sum of RGB (Red+Green+Blue) = 204+222+106=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE6A is #332195. Grayscale: #CBCBCB. Windows color (decimal): -3350934 or 7003852. OLE color: 7003852.
HSL color Cylindrical-coordinate representation of color #CCDE6A: hue angle of 69.31º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCDE6A is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 106 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.13 |
| HSL | 69.31º | 0.64% | 0.64% | - |
| HSV(B) | 69.31º | 0.52% | 0.87% | - |
| XYZ | 53.62 | 66.12 | 23.57 | - |
| YUV | 203.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 106 | 0.08 | 0 | 0.52 | 0.13 | 69.31 | 0.64 | 0.64 |
| Hex | CC | DE | 6A | 8 | 0 | 34 | D | 45 | 40 | 40 |
| Octal | 314 | 336 | 152 | 10 | 0 | 64 | 15 | 105 | 100 | 100 |
| Binary | 11001100 | 11011110 | 1101010 | 1000 | 0 | 110100 | 1101 | 1000101 | 1000000 | 1000000 |
Color Harmonies of #CCDE6A
Complementary color
Monochromatic Colors of #CCDE6A
Black with #CCDE6A
Text Example
Text Example
White with #CCDE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE6A; }
p { color: rgb(204,222,106); }
H1.HeaderClassName
{
color: #CCDE6A;
}
.AnyTagClassName
{
color: #CCDE6A;
}
</style>
background-color css
<style>
a { background-color: #CCDE6A; }
a { background-color: rgb(204,222,106); }
div.DivClassName
{
background-color: #CCDE6A;
}
.BgClassName
{
background-color: #CCDE6A;
}
</style>
border-color css
<style>
span { border-color: #CCDE6A; }
span { border-color: rgb(204,222,106); }
td.TdClassName
{
border-color: #CCDE6A;
}
.TagClassName
{
border-color: #CCDE6A;
}
</style>