Shades of Mindaro #CEFC64
Tints of Mindaro #CEFC64
RGB
CMYK
RGB Variations
Color information
#CEFC64 (or 0xCEFC64) is known color: Mindaro. HEX triplet: CE, FC and 64. RGB value is (206,252,100). Sum of RGB (Red+Green+Blue) = 206+252+100=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC64 is #31039B. Grayscale: #DDDDDD. Windows color (decimal): -3212188 or 6618318. OLE color: 6618318.
HSL color Cylindrical-coordinate representation of color #CEFC64: hue angle of 78.16º degrees, saturation: 0.96, 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 #CEFC64 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 100 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.01 |
| HSL | 78.16º | 0.96% | 0.69% | - |
| HSV(B) | 78.16º | 0.6% | 0.99% | - |
| XYZ | 62.56 | 83.66 | 24.91 | - |
| YUV | 220.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 100 | 0.18 | 0 | 0.60 | 0.01 | 78.16 | 0.96 | 0.69 |
| Hex | CE | FC | 64 | 12 | 0 | 3C | 1 | 4E | 60 | 45 |
| Octal | 316 | 374 | 144 | 22 | 0 | 74 | 1 | 116 | 140 | 105 |
| Binary | 11001110 | 11111100 | 1100100 | 10010 | 0 | 111100 | 1 | 1001110 | 1100000 | 1000101 |
Color Harmonies of #CEFC64
Complementary color
Monochromatic Colors of #CEFC64
Black with #CEFC64
Text Example
Text Example
White with #CEFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC64; }
p { color: rgb(206,252,100); }
H1.HeaderClassName
{
color: #CEFC64;
}
.AnyTagClassName
{
color: #CEFC64;
}
</style>
background-color css
<style>
a { background-color: #CEFC64; }
a { background-color: rgb(206,252,100); }
div.DivClassName
{
background-color: #CEFC64;
}
.BgClassName
{
background-color: #CEFC64;
}
</style>
border-color css
<style>
span { border-color: #CEFC64; }
span { border-color: rgb(206,252,100); }
td.TdClassName
{
border-color: #CEFC64;
}
.TagClassName
{
border-color: #CEFC64;
}
</style>