Shades of Mindaro #CCDF65
Tints of Mindaro #CCDF65
RGB
CMYK
RGB Variations
Color information
#CCDF65 (or 0xCCDF65) is known color: Mindaro. HEX triplet: CC, DF and 65. RGB value is (204,223,101). Sum of RGB (Red+Green+Blue) = 204+223+101=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF65 is #33209A. Grayscale: #CBCBCB. Windows color (decimal): -3350683 or 6676428. OLE color: 6676428.
HSL color Cylindrical-coordinate representation of color #CCDF65: hue angle of 69.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCDF65 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 101 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.13 |
| HSL | 69.34º | 0.66% | 0.64% | - |
| HSV(B) | 69.34º | 0.55% | 0.87% | - |
| XYZ | 53.64 | 66.55 | 22.33 | - |
| YUV | 203.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 101 | 0.09 | 0 | 0.55 | 0.13 | 69.34 | 0.66 | 0.64 |
| Hex | CC | DF | 65 | 9 | 0 | 37 | D | 45 | 42 | 40 |
| Octal | 314 | 337 | 145 | 11 | 0 | 67 | 15 | 105 | 102 | 100 |
| Binary | 11001100 | 11011111 | 1100101 | 1001 | 0 | 110111 | 1101 | 1000101 | 1000010 | 1000000 |
Color Harmonies of #CCDF65
Complementary color
Monochromatic Colors of #CCDF65
Black with #CCDF65
Text Example
Text Example
White with #CCDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF65; }
p { color: rgb(204,223,101); }
H1.HeaderClassName
{
color: #CCDF65;
}
.AnyTagClassName
{
color: #CCDF65;
}
</style>
background-color css
<style>
a { background-color: #CCDF65; }
a { background-color: rgb(204,223,101); }
div.DivClassName
{
background-color: #CCDF65;
}
.BgClassName
{
background-color: #CCDF65;
}
</style>
border-color css
<style>
span { border-color: #CCDF65; }
span { border-color: rgb(204,223,101); }
td.TdClassName
{
border-color: #CCDF65;
}
.TagClassName
{
border-color: #CCDF65;
}
</style>