Shades of Mindaro #CCF066
Tints of Mindaro #CCF066
RGB
CMYK
RGB Variations
Color information
#CCF066 (or 0xCCF066) is known color: Mindaro. HEX triplet: CC, F0 and 66. RGB value is (204,240,102). Sum of RGB (Red+Green+Blue) = 204+240+102=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF066 is #330F99. Grayscale: #D6D6D6. Windows color (decimal): -3346330 or 6746316. OLE color: 6746316.
HSL color Cylindrical-coordinate representation of color #CCF066: hue angle of 75.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF066 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 102 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.06 |
| HSL | 75.65º | 0.82% | 0.67% | - |
| HSV(B) | 75.65º | 0.58% | 0.94% | - |
| XYZ | 58.46 | 76.12 | 24.18 | - |
| YUV | 213.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 102 | 0.15 | 0 | 0.58 | 0.06 | 75.65 | 0.82 | 0.67 |
| Hex | CC | F0 | 66 | F | 0 | 3A | 6 | 4C | 52 | 43 |
| Octal | 314 | 360 | 146 | 17 | 0 | 72 | 6 | 114 | 122 | 103 |
| Binary | 11001100 | 11110000 | 1100110 | 1111 | 0 | 111010 | 110 | 1001100 | 1010010 | 1000011 |
Color Harmonies of #CCF066
Complementary color
Monochromatic Colors of #CCF066
Black with #CCF066
Text Example
Text Example
White with #CCF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF066; }
p { color: rgb(204,240,102); }
H1.HeaderClassName
{
color: #CCF066;
}
.AnyTagClassName
{
color: #CCF066;
}
</style>
background-color css
<style>
a { background-color: #CCF066; }
a { background-color: rgb(204,240,102); }
div.DivClassName
{
background-color: #CCF066;
}
.BgClassName
{
background-color: #CCF066;
}
</style>
border-color css
<style>
span { border-color: #CCF066; }
span { border-color: rgb(204,240,102); }
td.TdClassName
{
border-color: #CCF066;
}
.TagClassName
{
border-color: #CCF066;
}
</style>