Shades of Mindaro #CFFE64
Tints of Mindaro #CFFE64
RGB
CMYK
RGB Variations
Color information
#CFFE64 (or 0xCFFE64) is known color: Mindaro. HEX triplet: CF, FE and 64. RGB value is (207,254,100). Sum of RGB (Red+Green+Blue) = 207+254+100=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE64 is #30019B. Grayscale: #DEDEDE. Windows color (decimal): -3146140 or 6618831. OLE color: 6618831.
HSL color Cylindrical-coordinate representation of color #CFFE64: hue angle of 78.31º 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 #CFFE64 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 100 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.00 |
| HSL | 78.31º | 0.99% | 0.69% | - |
| HSV(B) | 78.31º | 0.61% | 1% | - |
| XYZ | 63.47 | 85.07 | 25.13 | - |
| YUV | 222.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 100 | 0.19 | 0 | 0.61 | 0.00 | 78.31 | 0.99 | 0.69 |
| Hex | CF | FE | 64 | 13 | 0 | 3D | 0 | 4E | 63 | 45 |
| Octal | 317 | 376 | 144 | 23 | 0 | 75 | 0 | 116 | 143 | 105 |
| Binary | 11001111 | 11111110 | 1100100 | 10011 | 0 | 111101 | 0 | 1001110 | 1100011 | 1000101 |
Color Harmonies of #CFFE64
Complementary color
Monochromatic Colors of #CFFE64
Black with #CFFE64
Text Example
Text Example
White with #CFFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE64; }
p { color: rgb(207,254,100); }
H1.HeaderClassName
{
color: #CFFE64;
}
.AnyTagClassName
{
color: #CFFE64;
}
</style>
background-color css
<style>
a { background-color: #CFFE64; }
a { background-color: rgb(207,254,100); }
div.DivClassName
{
background-color: #CFFE64;
}
.BgClassName
{
background-color: #CFFE64;
}
</style>
border-color css
<style>
span { border-color: #CFFE64; }
span { border-color: rgb(207,254,100); }
td.TdClassName
{
border-color: #CFFE64;
}
.TagClassName
{
border-color: #CFFE64;
}
</style>