Shades of Mindaro #CCFD68
Tints of Mindaro #CCFD68
RGB
CMYK
RGB Variations
Color information
#CCFD68 (or 0xCCFD68) is known color: Mindaro. HEX triplet: CC, FD and 68. RGB value is (204,253,104). Sum of RGB (Red+Green+Blue) = 204+253+104=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD68 is #330297. Grayscale: #DDDDDD. Windows color (decimal): -3343000 or 6880716. OLE color: 6880716.
HSL color Cylindrical-coordinate representation of color #CCFD68: hue angle of 79.73º degrees, saturation: 0.97, 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 #CCFD68 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 104 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.01 |
| HSL | 79.73º | 0.97% | 0.7% | - |
| HSV(B) | 79.73º | 0.59% | 0.99% | - |
| XYZ | 62.53 | 84.09 | 26.03 | - |
| YUV | 221.36 | 61.77 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 104 | 0.19 | 0 | 0.59 | 0.01 | 79.73 | 0.97 | 0.7 |
| Hex | CC | FD | 68 | 13 | 0 | 3B | 1 | 50 | 61 | 46 |
| Octal | 314 | 375 | 150 | 23 | 0 | 73 | 1 | 120 | 141 | 106 |
| Binary | 11001100 | 11111101 | 1101000 | 10011 | 0 | 111011 | 1 | 1010000 | 1100001 | 1000110 |
Color Harmonies of #CCFD68
Complementary color
Monochromatic Colors of #CCFD68
Black with #CCFD68
Text Example
Text Example
White with #CCFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD68; }
p { color: rgb(204,253,104); }
H1.HeaderClassName
{
color: #CCFD68;
}
.AnyTagClassName
{
color: #CCFD68;
}
</style>
background-color css
<style>
a { background-color: #CCFD68; }
a { background-color: rgb(204,253,104); }
div.DivClassName
{
background-color: #CCFD68;
}
.BgClassName
{
background-color: #CCFD68;
}
</style>
border-color css
<style>
span { border-color: #CCFD68; }
span { border-color: rgb(204,253,104); }
td.TdClassName
{
border-color: #CCFD68;
}
.TagClassName
{
border-color: #CCFD68;
}
</style>