Shades of Mindaro #CCF65D
Tints of Mindaro #CCF65D
RGB
CMYK
RGB Variations
Color information
#CCF65D (or 0xCCF65D) is known color: Mindaro. HEX triplet: CC, F6 and 5D. RGB value is (204,246,93). Sum of RGB (Red+Green+Blue) = 204+246+93=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF65D is #3309A2. Grayscale: #D8D8D8. Windows color (decimal): -3344803 or 6158028. OLE color: 6158028.
HSL color Cylindrical-coordinate representation of color #CCF65D: hue angle of 76.47º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF65D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 93 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.04 |
| HSL | 76.47º | 0.89% | 0.66% | - |
| HSV(B) | 76.47º | 0.62% | 0.96% | - |
| XYZ | 59.83 | 79.54 | 22.55 | - |
| YUV | 216 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 93 | 0.17 | 0 | 0.62 | 0.04 | 76.47 | 0.89 | 0.66 |
| Hex | CC | F6 | 5D | 11 | 0 | 3E | 4 | 4C | 59 | 42 |
| Octal | 314 | 366 | 135 | 21 | 0 | 76 | 4 | 114 | 131 | 102 |
| Binary | 11001100 | 11110110 | 1011101 | 10001 | 0 | 111110 | 100 | 1001100 | 1011001 | 1000010 |
Color Harmonies of #CCF65D
Complementary color
Monochromatic Colors of #CCF65D
Black with #CCF65D
Text Example
Text Example
White with #CCF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF65D; }
p { color: rgb(204,246,93); }
H1.HeaderClassName
{
color: #CCF65D;
}
.AnyTagClassName
{
color: #CCF65D;
}
</style>
background-color css
<style>
a { background-color: #CCF65D; }
a { background-color: rgb(204,246,93); }
div.DivClassName
{
background-color: #CCF65D;
}
.BgClassName
{
background-color: #CCF65D;
}
</style>
border-color css
<style>
span { border-color: #CCF65D; }
span { border-color: rgb(204,246,93); }
td.TdClassName
{
border-color: #CCF65D;
}
.TagClassName
{
border-color: #CCF65D;
}
</style>