Shades of Mindaro #CCF06E
Tints of Mindaro #CCF06E
RGB
CMYK
RGB Variations
Color information
#CCF06E (or 0xCCF06E) is known color: Mindaro. HEX triplet: CC, F0 and 6E. RGB value is (204,240,110). Sum of RGB (Red+Green+Blue) = 204+240+110=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF06E is #330F91. Grayscale: #D6D6D6. Windows color (decimal): -3346322 or 7270604. OLE color: 7270604.
HSL color Cylindrical-coordinate representation of color #CCF06E: hue angle of 76.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF06E is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 110 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.06 |
| HSL | 76.62º | 0.81% | 0.69% | - |
| HSV(B) | 76.62º | 0.54% | 0.94% | - |
| XYZ | 58.88 | 76.28 | 26.37 | - |
| YUV | 214.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 110 | 0.15 | 0 | 0.54 | 0.06 | 76.62 | 0.81 | 0.69 |
| Hex | CC | F0 | 6E | F | 0 | 36 | 6 | 4D | 51 | 45 |
| Octal | 314 | 360 | 156 | 17 | 0 | 66 | 6 | 115 | 121 | 105 |
| Binary | 11001100 | 11110000 | 1101110 | 1111 | 0 | 110110 | 110 | 1001101 | 1010001 | 1000101 |
Color Harmonies of #CCF06E
Complementary color
Monochromatic Colors of #CCF06E
Black with #CCF06E
Text Example
Text Example
White with #CCF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF06E; }
p { color: rgb(204,240,110); }
H1.HeaderClassName
{
color: #CCF06E;
}
.AnyTagClassName
{
color: #CCF06E;
}
</style>
background-color css
<style>
a { background-color: #CCF06E; }
a { background-color: rgb(204,240,110); }
div.DivClassName
{
background-color: #CCF06E;
}
.BgClassName
{
background-color: #CCF06E;
}
</style>
border-color css
<style>
span { border-color: #CCF06E; }
span { border-color: rgb(204,240,110); }
td.TdClassName
{
border-color: #CCF06E;
}
.TagClassName
{
border-color: #CCF06E;
}
</style>