Shades of Mindaro #CCFC68
Tints of Mindaro #CCFC68
RGB
CMYK
RGB Variations
Color information
#CCFC68 (or 0xCCFC68) is known color: Mindaro. HEX triplet: CC, FC and 68. RGB value is (204,252,104). Sum of RGB (Red+Green+Blue) = 204+252+104=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC68 is #330397. Grayscale: #DDDDDD. Windows color (decimal): -3343256 or 6880460. OLE color: 6880460.
HSL color Cylindrical-coordinate representation of color #CCFC68: hue angle of 79.46º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCFC68 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 104 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.01 |
| HSL | 79.46º | 0.96% | 0.7% | - |
| HSV(B) | 79.46º | 0.59% | 0.99% | - |
| XYZ | 62.21 | 83.46 | 25.93 | - |
| YUV | 220.78 | 62.1 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 104 | 0.19 | 0 | 0.59 | 0.01 | 79.46 | 0.96 | 0.7 |
| Hex | CC | FC | 68 | 13 | 0 | 3B | 1 | 4F | 60 | 46 |
| Octal | 314 | 374 | 150 | 23 | 0 | 73 | 1 | 117 | 140 | 106 |
| Binary | 11001100 | 11111100 | 1101000 | 10011 | 0 | 111011 | 1 | 1001111 | 1100000 | 1000110 |
Color Harmonies of #CCFC68
Complementary color
Monochromatic Colors of #CCFC68
Black with #CCFC68
Text Example
Text Example
White with #CCFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC68; }
p { color: rgb(204,252,104); }
H1.HeaderClassName
{
color: #CCFC68;
}
.AnyTagClassName
{
color: #CCFC68;
}
</style>
background-color css
<style>
a { background-color: #CCFC68; }
a { background-color: rgb(204,252,104); }
div.DivClassName
{
background-color: #CCFC68;
}
.BgClassName
{
background-color: #CCFC68;
}
</style>
border-color css
<style>
span { border-color: #CCFC68; }
span { border-color: rgb(204,252,104); }
td.TdClassName
{
border-color: #CCFC68;
}
.TagClassName
{
border-color: #CCFC68;
}
</style>