Shades of Mindaro #CCDE74
Tints of Mindaro #CCDE74
RGB
CMYK
RGB Variations
Color information
#CCDE74 (or 0xCCDE74) is known color: Mindaro. HEX triplet: CC, DE and 74. RGB value is (204,222,116). Sum of RGB (Red+Green+Blue) = 204+222+116=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE74 is #33218B. Grayscale: #CCCCCC. Windows color (decimal): -3350924 or 7659212. OLE color: 7659212.
HSL color Cylindrical-coordinate representation of color #CCDE74: hue angle of 70.19º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCDE74 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 116 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.13 |
| HSL | 70.19º | 0.62% | 0.66% | - |
| HSV(B) | 70.19º | 0.48% | 0.87% | - |
| XYZ | 54.18 | 66.34 | 26.47 | - |
| YUV | 204.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 116 | 0.08 | 0 | 0.48 | 0.13 | 70.19 | 0.62 | 0.66 |
| Hex | CC | DE | 74 | 8 | 0 | 30 | D | 46 | 3E | 42 |
| Octal | 314 | 336 | 164 | 10 | 0 | 60 | 15 | 106 | 76 | 102 |
| Binary | 11001100 | 11011110 | 1110100 | 1000 | 0 | 110000 | 1101 | 1000110 | 111110 | 1000010 |
Color Harmonies of #CCDE74
Complementary color
Monochromatic Colors of #CCDE74
Black with #CCDE74
Text Example
Text Example
White with #CCDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE74; }
p { color: rgb(204,222,116); }
H1.HeaderClassName
{
color: #CCDE74;
}
.AnyTagClassName
{
color: #CCDE74;
}
</style>
background-color css
<style>
a { background-color: #CCDE74; }
a { background-color: rgb(204,222,116); }
div.DivClassName
{
background-color: #CCDE74;
}
.BgClassName
{
background-color: #CCDE74;
}
</style>
border-color css
<style>
span { border-color: #CCDE74; }
span { border-color: rgb(204,222,116); }
td.TdClassName
{
border-color: #CCDE74;
}
.TagClassName
{
border-color: #CCDE74;
}
</style>