Shades of Mindaro #CCFD64
Tints of Mindaro #CCFD64
RGB
CMYK
RGB Variations
Color information
#CCFD64 (or 0xCCFD64) is known color: Mindaro. HEX triplet: CC, FD and 64. RGB value is (204,253,100). Sum of RGB (Red+Green+Blue) = 204+253+100=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD64 is #33029B. Grayscale: #DDDDDD. Windows color (decimal): -3343004 or 6618572. OLE color: 6618572.
HSL color Cylindrical-coordinate representation of color #CCFD64: hue angle of 79.22º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCFD64 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 100 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.01 |
| HSL | 79.22º | 0.97% | 0.69% | - |
| HSV(B) | 79.22º | 0.6% | 0.99% | - |
| XYZ | 62.33 | 84.01 | 24.99 | - |
| YUV | 220.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 100 | 0.19 | 0 | 0.60 | 0.01 | 79.22 | 0.97 | 0.69 |
| Hex | CC | FD | 64 | 13 | 0 | 3C | 1 | 4F | 61 | 45 |
| Octal | 314 | 375 | 144 | 23 | 0 | 74 | 1 | 117 | 141 | 105 |
| Binary | 11001100 | 11111101 | 1100100 | 10011 | 0 | 111100 | 1 | 1001111 | 1100001 | 1000101 |
Color Harmonies of #CCFD64
Complementary color
Monochromatic Colors of #CCFD64
Black with #CCFD64
Text Example
Text Example
White with #CCFD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD64; }
p { color: rgb(204,253,100); }
H1.HeaderClassName
{
color: #CCFD64;
}
.AnyTagClassName
{
color: #CCFD64;
}
</style>
background-color css
<style>
a { background-color: #CCFD64; }
a { background-color: rgb(204,253,100); }
div.DivClassName
{
background-color: #CCFD64;
}
.BgClassName
{
background-color: #CCFD64;
}
</style>
border-color css
<style>
span { border-color: #CCFD64; }
span { border-color: rgb(204,253,100); }
td.TdClassName
{
border-color: #CCFD64;
}
.TagClassName
{
border-color: #CCFD64;
}
</style>