Shades of Mindaro #CEFC6C
Tints of Mindaro #CEFC6C
RGB
CMYK
RGB Variations
Color information
#CEFC6C (or 0xCEFC6C) is known color: Mindaro. HEX triplet: CE, FC and 6C. RGB value is (206,252,108). Sum of RGB (Red+Green+Blue) = 206+252+108=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC6C is #310393. Grayscale: #DEDEDE. Windows color (decimal): -3212180 or 7142606. OLE color: 7142606.
HSL color Cylindrical-coordinate representation of color #CEFC6C: hue angle of 79.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEFC6C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 108 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.01 |
| HSL | 79.17º | 0.96% | 0.71% | - |
| HSV(B) | 79.17º | 0.57% | 0.99% | - |
| XYZ | 62.97 | 83.83 | 27.05 | - |
| YUV | 221.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 108 | 0.18 | 0 | 0.57 | 0.01 | 79.17 | 0.96 | 0.71 |
| Hex | CE | FC | 6C | 12 | 0 | 39 | 1 | 4F | 60 | 47 |
| Octal | 316 | 374 | 154 | 22 | 0 | 71 | 1 | 117 | 140 | 107 |
| Binary | 11001110 | 11111100 | 1101100 | 10010 | 0 | 111001 | 1 | 1001111 | 1100000 | 1000111 |
Color Harmonies of #CEFC6C
Complementary color
Monochromatic Colors of #CEFC6C
Black with #CEFC6C
Text Example
Text Example
White with #CEFC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC6C; }
p { color: rgb(206,252,108); }
H1.HeaderClassName
{
color: #CEFC6C;
}
.AnyTagClassName
{
color: #CEFC6C;
}
</style>
background-color css
<style>
a { background-color: #CEFC6C; }
a { background-color: rgb(206,252,108); }
div.DivClassName
{
background-color: #CEFC6C;
}
.BgClassName
{
background-color: #CEFC6C;
}
</style>
border-color css
<style>
span { border-color: #CEFC6C; }
span { border-color: rgb(206,252,108); }
td.TdClassName
{
border-color: #CEFC6C;
}
.TagClassName
{
border-color: #CEFC6C;
}
</style>