Shades of Mindaro #CCDE68
Tints of Mindaro #CCDE68
RGB
CMYK
RGB Variations
Color information
#CCDE68 (or 0xCCDE68) is known color: Mindaro. HEX triplet: CC, DE and 68. RGB value is (204,222,104). Sum of RGB (Red+Green+Blue) = 204+222+104=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE68 is #332197. Grayscale: #CBCBCB. Windows color (decimal): -3350936 or 6872780. OLE color: 6872780.
HSL color Cylindrical-coordinate representation of color #CCDE68: hue angle of 69.15º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDE68 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 104 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.13 |
| HSL | 69.15º | 0.64% | 0.64% | - |
| HSV(B) | 69.15º | 0.53% | 0.87% | - |
| XYZ | 53.52 | 66.08 | 23.03 | - |
| YUV | 203.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 104 | 0.08 | 0 | 0.53 | 0.13 | 69.15 | 0.64 | 0.64 |
| Hex | CC | DE | 68 | 8 | 0 | 35 | D | 45 | 40 | 40 |
| Octal | 314 | 336 | 150 | 10 | 0 | 65 | 15 | 105 | 100 | 100 |
| Binary | 11001100 | 11011110 | 1101000 | 1000 | 0 | 110101 | 1101 | 1000101 | 1000000 | 1000000 |
Color Harmonies of #CCDE68
Complementary color
Monochromatic Colors of #CCDE68
Black with #CCDE68
Text Example
Text Example
White with #CCDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE68; }
p { color: rgb(204,222,104); }
H1.HeaderClassName
{
color: #CCDE68;
}
.AnyTagClassName
{
color: #CCDE68;
}
</style>
background-color css
<style>
a { background-color: #CCDE68; }
a { background-color: rgb(204,222,104); }
div.DivClassName
{
background-color: #CCDE68;
}
.BgClassName
{
background-color: #CCDE68;
}
</style>
border-color css
<style>
span { border-color: #CCDE68; }
span { border-color: rgb(204,222,104); }
td.TdClassName
{
border-color: #CCDE68;
}
.TagClassName
{
border-color: #CCDE68;
}
</style>