Shades of Mindaro #CDFE6A
Tints of Mindaro #CDFE6A
RGB
CMYK
RGB Variations
Color information
#CDFE6A (or 0xCDFE6A) is known color: Mindaro. HEX triplet: CD, FE and 6A. RGB value is (205,254,106). Sum of RGB (Red+Green+Blue) = 205+254+106=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE6A is #320195. Grayscale: #DFDFDF. Windows color (decimal): -3277206 or 7012045. OLE color: 7012045.
HSL color Cylindrical-coordinate representation of color #CDFE6A: hue angle of 79.86º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDFE6A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 106 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.00 |
| HSL | 79.86º | 0.99% | 0.71% | - |
| HSV(B) | 79.86º | 0.58% | 1% | - |
| XYZ | 63.22 | 84.9 | 26.69 | - |
| YUV | 222.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 106 | 0.19 | 0 | 0.58 | 0.00 | 79.86 | 0.99 | 0.71 |
| Hex | CD | FE | 6A | 13 | 0 | 3A | 0 | 50 | 63 | 47 |
| Octal | 315 | 376 | 152 | 23 | 0 | 72 | 0 | 120 | 143 | 107 |
| Binary | 11001101 | 11111110 | 1101010 | 10011 | 0 | 111010 | 0 | 1010000 | 1100011 | 1000111 |
Color Harmonies of #CDFE6A
Complementary color
Monochromatic Colors of #CDFE6A
Black with #CDFE6A
Text Example
Text Example
White with #CDFE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE6A; }
p { color: rgb(205,254,106); }
H1.HeaderClassName
{
color: #CDFE6A;
}
.AnyTagClassName
{
color: #CDFE6A;
}
</style>
background-color css
<style>
a { background-color: #CDFE6A; }
a { background-color: rgb(205,254,106); }
div.DivClassName
{
background-color: #CDFE6A;
}
.BgClassName
{
background-color: #CDFE6A;
}
</style>
border-color css
<style>
span { border-color: #CDFE6A; }
span { border-color: rgb(205,254,106); }
td.TdClassName
{
border-color: #CDFE6A;
}
.TagClassName
{
border-color: #CDFE6A;
}
</style>