Shades of Mindaro #CDF56A
Tints of Mindaro #CDF56A
RGB
CMYK
RGB Variations
Color information
#CDF56A (or 0xCDF56A) is known color: Mindaro. HEX triplet: CD, F5 and 6A. RGB value is (205,245,106). Sum of RGB (Red+Green+Blue) = 205+245+106=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF56A is #320A95. Grayscale: #D9D9D9. Windows color (decimal): -3279510 or 7009741. OLE color: 7009741.
HSL color Cylindrical-coordinate representation of color #CDF56A: hue angle of 77.27º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF56A is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 106 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.04 |
| HSL | 77.27º | 0.87% | 0.69% | - |
| HSV(B) | 77.27º | 0.57% | 0.96% | - |
| XYZ | 60.43 | 79.32 | 25.76 | - |
| YUV | 217.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 106 | 0.16 | 0 | 0.57 | 0.04 | 77.27 | 0.87 | 0.69 |
| Hex | CD | F5 | 6A | 10 | 0 | 39 | 4 | 4D | 57 | 45 |
| Octal | 315 | 365 | 152 | 20 | 0 | 71 | 4 | 115 | 127 | 105 |
| Binary | 11001101 | 11110101 | 1101010 | 10000 | 0 | 111001 | 100 | 1001101 | 1010111 | 1000101 |
Color Harmonies of #CDF56A
Complementary color
Monochromatic Colors of #CDF56A
Black with #CDF56A
Text Example
Text Example
White with #CDF56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF56A; }
p { color: rgb(205,245,106); }
H1.HeaderClassName
{
color: #CDF56A;
}
.AnyTagClassName
{
color: #CDF56A;
}
</style>
background-color css
<style>
a { background-color: #CDF56A; }
a { background-color: rgb(205,245,106); }
div.DivClassName
{
background-color: #CDF56A;
}
.BgClassName
{
background-color: #CDF56A;
}
</style>
border-color css
<style>
span { border-color: #CDF56A; }
span { border-color: rgb(205,245,106); }
td.TdClassName
{
border-color: #CDF56A;
}
.TagClassName
{
border-color: #CDF56A;
}
</style>