Shades of Mindaro #CCDF60
Tints of Mindaro #CCDF60
RGB
CMYK
RGB Variations
Color information
#CCDF60 (or 0xCCDF60) is known color: Mindaro. HEX triplet: CC, DF and 60. RGB value is (204,223,96). Sum of RGB (Red+Green+Blue) = 204+223+96=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF60 is #33209F. Grayscale: #CBCBCB. Windows color (decimal): -3350688 or 6348748. OLE color: 6348748.
HSL color Cylindrical-coordinate representation of color #CCDF60: hue angle of 68.98º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCDF60 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 96 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.13 |
| HSL | 68.98º | 0.66% | 0.63% | - |
| HSV(B) | 68.98º | 0.57% | 0.87% | - |
| XYZ | 53.4 | 66.46 | 21.08 | - |
| YUV | 202.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 96 | 0.09 | 0 | 0.57 | 0.13 | 68.98 | 0.66 | 0.63 |
| Hex | CC | DF | 60 | 9 | 0 | 39 | D | 45 | 42 | 3F |
| Octal | 314 | 337 | 140 | 11 | 0 | 71 | 15 | 105 | 102 | 77 |
| Binary | 11001100 | 11011111 | 1100000 | 1001 | 0 | 111001 | 1101 | 1000101 | 1000010 | 111111 |
Color Harmonies of #CCDF60
Complementary color
Monochromatic Colors of #CCDF60
Black with #CCDF60
Text Example
Text Example
White with #CCDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF60; }
p { color: rgb(204,223,96); }
H1.HeaderClassName
{
color: #CCDF60;
}
.AnyTagClassName
{
color: #CCDF60;
}
</style>
background-color css
<style>
a { background-color: #CCDF60; }
a { background-color: rgb(204,223,96); }
div.DivClassName
{
background-color: #CCDF60;
}
.BgClassName
{
background-color: #CCDF60;
}
</style>
border-color css
<style>
span { border-color: #CCDF60; }
span { border-color: rgb(204,223,96); }
td.TdClassName
{
border-color: #CCDF60;
}
.TagClassName
{
border-color: #CCDF60;
}
</style>