Shades of Mindaro #CCDE77
Tints of Mindaro #CCDE77
RGB
CMYK
RGB Variations
Color information
#CCDE77 (or 0xCCDE77) is known color: Mindaro. HEX triplet: CC, DE and 77. RGB value is (204,222,119). Sum of RGB (Red+Green+Blue) = 204+222+119=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE77 is #332188. Grayscale: #CDCDCD. Windows color (decimal): -3350921 or 7855820. OLE color: 7855820.
HSL color Cylindrical-coordinate representation of color #CCDE77: hue angle of 70.49º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCDE77 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 119 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.13 |
| HSL | 70.49º | 0.61% | 0.67% | - |
| HSV(B) | 70.49º | 0.46% | 0.87% | - |
| XYZ | 54.35 | 66.41 | 27.41 | - |
| YUV | 204.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 119 | 0.08 | 0 | 0.46 | 0.13 | 70.49 | 0.61 | 0.67 |
| Hex | CC | DE | 77 | 8 | 0 | 2E | D | 46 | 3D | 43 |
| Octal | 314 | 336 | 167 | 10 | 0 | 56 | 15 | 106 | 75 | 103 |
| Binary | 11001100 | 11011110 | 1110111 | 1000 | 0 | 101110 | 1101 | 1000110 | 111101 | 1000011 |
Color Harmonies of #CCDE77
Complementary color
Monochromatic Colors of #CCDE77
Black with #CCDE77
Text Example
Text Example
White with #CCDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE77; }
p { color: rgb(204,222,119); }
H1.HeaderClassName
{
color: #CCDE77;
}
.AnyTagClassName
{
color: #CCDE77;
}
</style>
background-color css
<style>
a { background-color: #CCDE77; }
a { background-color: rgb(204,222,119); }
div.DivClassName
{
background-color: #CCDE77;
}
.BgClassName
{
background-color: #CCDE77;
}
</style>
border-color css
<style>
span { border-color: #CCDE77; }
span { border-color: rgb(204,222,119); }
td.TdClassName
{
border-color: #CCDE77;
}
.TagClassName
{
border-color: #CCDE77;
}
</style>