Shades of Mindaro #CCDF63
Tints of Mindaro #CCDF63
RGB
CMYK
RGB Variations
Color information
#CCDF63 (or 0xCCDF63) is known color: Mindaro. HEX triplet: CC, DF and 63. RGB value is (204,223,99). Sum of RGB (Red+Green+Blue) = 204+223+99=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF63 is #33209C. Grayscale: #CBCBCB. Windows color (decimal): -3350685 or 6545356. OLE color: 6545356.
HSL color Cylindrical-coordinate representation of color #CCDF63: hue angle of 69.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCDF63 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 99 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.13 |
| HSL | 69.19º | 0.66% | 0.63% | - |
| HSV(B) | 69.19º | 0.56% | 0.87% | - |
| XYZ | 53.54 | 66.51 | 21.82 | - |
| YUV | 203.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 99 | 0.09 | 0 | 0.56 | 0.13 | 69.19 | 0.66 | 0.63 |
| Hex | CC | DF | 63 | 9 | 0 | 38 | D | 45 | 42 | 3F |
| Octal | 314 | 337 | 143 | 11 | 0 | 70 | 15 | 105 | 102 | 77 |
| Binary | 11001100 | 11011111 | 1100011 | 1001 | 0 | 111000 | 1101 | 1000101 | 1000010 | 111111 |
Color Harmonies of #CCDF63
Complementary color
Monochromatic Colors of #CCDF63
Black with #CCDF63
Text Example
Text Example
White with #CCDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF63; }
p { color: rgb(204,223,99); }
H1.HeaderClassName
{
color: #CCDF63;
}
.AnyTagClassName
{
color: #CCDF63;
}
</style>
background-color css
<style>
a { background-color: #CCDF63; }
a { background-color: rgb(204,223,99); }
div.DivClassName
{
background-color: #CCDF63;
}
.BgClassName
{
background-color: #CCDF63;
}
</style>
border-color css
<style>
span { border-color: #CCDF63; }
span { border-color: rgb(204,223,99); }
td.TdClassName
{
border-color: #CCDF63;
}
.TagClassName
{
border-color: #CCDF63;
}
</style>