Shades of Mindaro #CCF668
Tints of Mindaro #CCF668
RGB
CMYK
RGB Variations
Color information
#CCF668 (or 0xCCF668) is known color: Mindaro. HEX triplet: CC, F6 and 68. RGB value is (204,246,104). Sum of RGB (Red+Green+Blue) = 204+246+104=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF668 is #330997. Grayscale: #D9D9D9. Windows color (decimal): -3344792 or 6878924. OLE color: 6878924.
HSL color Cylindrical-coordinate representation of color #CCF668: hue angle of 77.75º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF668 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 104 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.04 |
| HSL | 77.75º | 0.89% | 0.69% | - |
| HSV(B) | 77.75º | 0.58% | 0.96% | - |
| XYZ | 60.36 | 79.75 | 25.31 | - |
| YUV | 217.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 104 | 0.17 | 0 | 0.58 | 0.04 | 77.75 | 0.89 | 0.69 |
| Hex | CC | F6 | 68 | 11 | 0 | 3A | 4 | 4E | 59 | 45 |
| Octal | 314 | 366 | 150 | 21 | 0 | 72 | 4 | 116 | 131 | 105 |
| Binary | 11001100 | 11110110 | 1101000 | 10001 | 0 | 111010 | 100 | 1001110 | 1011001 | 1000101 |
Color Harmonies of #CCF668
Complementary color
Monochromatic Colors of #CCF668
Black with #CCF668
Text Example
Text Example
White with #CCF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF668; }
p { color: rgb(204,246,104); }
H1.HeaderClassName
{
color: #CCF668;
}
.AnyTagClassName
{
color: #CCF668;
}
</style>
background-color css
<style>
a { background-color: #CCF668; }
a { background-color: rgb(204,246,104); }
div.DivClassName
{
background-color: #CCF668;
}
.BgClassName
{
background-color: #CCF668;
}
</style>
border-color css
<style>
span { border-color: #CCF668; }
span { border-color: rgb(204,246,104); }
td.TdClassName
{
border-color: #CCF668;
}
.TagClassName
{
border-color: #CCF668;
}
</style>