Shades of Mindaro #CCDF6A
Tints of Mindaro #CCDF6A
RGB
CMYK
RGB Variations
Color information
#CCDF6A (or 0xCCDF6A) is known color: Mindaro. HEX triplet: CC, DF and 6A. RGB value is (204,223,106). Sum of RGB (Red+Green+Blue) = 204+223+106=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF6A is #332095. Grayscale: #CCCCCC. Windows color (decimal): -3350678 or 7004108. OLE color: 7004108.
HSL color Cylindrical-coordinate representation of color #CCDF6A: hue angle of 69.74º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCDF6A is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 106 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.13 |
| HSL | 69.74º | 0.65% | 0.65% | - |
| HSV(B) | 69.74º | 0.52% | 0.87% | - |
| XYZ | 53.89 | 66.65 | 23.66 | - |
| YUV | 203.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 106 | 0.09 | 0 | 0.52 | 0.13 | 69.74 | 0.65 | 0.65 |
| Hex | CC | DF | 6A | 9 | 0 | 34 | D | 46 | 41 | 41 |
| Octal | 314 | 337 | 152 | 11 | 0 | 64 | 15 | 106 | 101 | 101 |
| Binary | 11001100 | 11011111 | 1101010 | 1001 | 0 | 110100 | 1101 | 1000110 | 1000001 | 1000001 |
Color Harmonies of #CCDF6A
Complementary color
Monochromatic Colors of #CCDF6A
Black with #CCDF6A
Text Example
Text Example
White with #CCDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF6A; }
p { color: rgb(204,223,106); }
H1.HeaderClassName
{
color: #CCDF6A;
}
.AnyTagClassName
{
color: #CCDF6A;
}
</style>
background-color css
<style>
a { background-color: #CCDF6A; }
a { background-color: rgb(204,223,106); }
div.DivClassName
{
background-color: #CCDF6A;
}
.BgClassName
{
background-color: #CCDF6A;
}
</style>
border-color css
<style>
span { border-color: #CCDF6A; }
span { border-color: rgb(204,223,106); }
td.TdClassName
{
border-color: #CCDF6A;
}
.TagClassName
{
border-color: #CCDF6A;
}
</style>