Shades of Mindaro #CCF068
Tints of Mindaro #CCF068
RGB
CMYK
RGB Variations
Color information
#CCF068 (or 0xCCF068) is known color: Mindaro. HEX triplet: CC, F0 and 68. RGB value is (204,240,104). Sum of RGB (Red+Green+Blue) = 204+240+104=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF068 is #330F97. Grayscale: #D6D6D6. Windows color (decimal): -3346328 or 6877388. OLE color: 6877388.
HSL color Cylindrical-coordinate representation of color #CCF068: hue angle of 75.88º 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 #CCF068 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 104 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.06 |
| HSL | 75.88º | 0.82% | 0.67% | - |
| HSV(B) | 75.88º | 0.57% | 0.94% | - |
| XYZ | 58.56 | 76.16 | 24.71 | - |
| YUV | 213.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 104 | 0.15 | 0 | 0.57 | 0.06 | 75.88 | 0.82 | 0.67 |
| Hex | CC | F0 | 68 | F | 0 | 39 | 6 | 4C | 52 | 43 |
| Octal | 314 | 360 | 150 | 17 | 0 | 71 | 6 | 114 | 122 | 103 |
| Binary | 11001100 | 11110000 | 1101000 | 1111 | 0 | 111001 | 110 | 1001100 | 1010010 | 1000011 |
Color Harmonies of #CCF068
Complementary color
Monochromatic Colors of #CCF068
Black with #CCF068
Text Example
Text Example
White with #CCF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF068; }
p { color: rgb(204,240,104); }
H1.HeaderClassName
{
color: #CCF068;
}
.AnyTagClassName
{
color: #CCF068;
}
</style>
background-color css
<style>
a { background-color: #CCF068; }
a { background-color: rgb(204,240,104); }
div.DivClassName
{
background-color: #CCF068;
}
.BgClassName
{
background-color: #CCF068;
}
</style>
border-color css
<style>
span { border-color: #CCF068; }
span { border-color: rgb(204,240,104); }
td.TdClassName
{
border-color: #CCF068;
}
.TagClassName
{
border-color: #CCF068;
}
</style>