Shades of Mindaro #CCFE64
Tints of Mindaro #CCFE64
RGB
CMYK
RGB Variations
Color information
#CCFE64 (or 0xCCFE64) is known color: Mindaro. HEX triplet: CC, FE and 64. RGB value is (204,254,100). Sum of RGB (Red+Green+Blue) = 204+254+100=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE64 is #33019B. Grayscale: #DEDEDE. Windows color (decimal): -3342748 or 6618828. OLE color: 6618828.
HSL color Cylindrical-coordinate representation of color #CCFE64: hue angle of 79.48º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCFE64 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 100 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.00 |
| HSL | 79.48º | 0.99% | 0.69% | - |
| HSV(B) | 79.48º | 0.61% | 1% | - |
| XYZ | 62.64 | 84.64 | 25.09 | - |
| YUV | 221.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 100 | 0.20 | 0 | 0.61 | 0.00 | 79.48 | 0.99 | 0.69 |
| Hex | CC | FE | 64 | 14 | 0 | 3D | 0 | 4F | 63 | 45 |
| Octal | 314 | 376 | 144 | 24 | 0 | 75 | 0 | 117 | 143 | 105 |
| Binary | 11001100 | 11111110 | 1100100 | 10100 | 0 | 111101 | 0 | 1001111 | 1100011 | 1000101 |
Color Harmonies of #CCFE64
Complementary color
Monochromatic Colors of #CCFE64
Black with #CCFE64
Text Example
Text Example
White with #CCFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE64; }
p { color: rgb(204,254,100); }
H1.HeaderClassName
{
color: #CCFE64;
}
.AnyTagClassName
{
color: #CCFE64;
}
</style>
background-color css
<style>
a { background-color: #CCFE64; }
a { background-color: rgb(204,254,100); }
div.DivClassName
{
background-color: #CCFE64;
}
.BgClassName
{
background-color: #CCFE64;
}
</style>
border-color css
<style>
span { border-color: #CCFE64; }
span { border-color: rgb(204,254,100); }
td.TdClassName
{
border-color: #CCFE64;
}
.TagClassName
{
border-color: #CCFE64;
}
</style>