Shades of Mindaro #CCDE67
Tints of Mindaro #CCDE67
RGB
CMYK
RGB Variations
Color information
#CCDE67 (or 0xCCDE67) is known color: Mindaro. HEX triplet: CC, DE and 67. RGB value is (204,222,103). Sum of RGB (Red+Green+Blue) = 204+222+103=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE67 is #332198. Grayscale: #CBCBCB. Windows color (decimal): -3350937 or 6807244. OLE color: 6807244.
HSL color Cylindrical-coordinate representation of color #CCDE67: hue angle of 69.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCDE67 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 103 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.13 |
| HSL | 69.08º | 0.64% | 0.64% | - |
| HSV(B) | 69.08º | 0.54% | 0.87% | - |
| XYZ | 53.47 | 66.06 | 22.76 | - |
| YUV | 203.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 103 | 0.08 | 0 | 0.54 | 0.13 | 69.08 | 0.64 | 0.64 |
| Hex | CC | DE | 67 | 8 | 0 | 36 | D | 45 | 40 | 40 |
| Octal | 314 | 336 | 147 | 10 | 0 | 66 | 15 | 105 | 100 | 100 |
| Binary | 11001100 | 11011110 | 1100111 | 1000 | 0 | 110110 | 1101 | 1000101 | 1000000 | 1000000 |
Color Harmonies of #CCDE67
Complementary color
Monochromatic Colors of #CCDE67
Black with #CCDE67
Text Example
Text Example
White with #CCDE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE67; }
p { color: rgb(204,222,103); }
H1.HeaderClassName
{
color: #CCDE67;
}
.AnyTagClassName
{
color: #CCDE67;
}
</style>
background-color css
<style>
a { background-color: #CCDE67; }
a { background-color: rgb(204,222,103); }
div.DivClassName
{
background-color: #CCDE67;
}
.BgClassName
{
background-color: #CCDE67;
}
</style>
border-color css
<style>
span { border-color: #CCDE67; }
span { border-color: rgb(204,222,103); }
td.TdClassName
{
border-color: #CCDE67;
}
.TagClassName
{
border-color: #CCDE67;
}
</style>