Shades of Mindaro #CDF26D
Tints of Mindaro #CDF26D
RGB
CMYK
RGB Variations
Color information
#CDF26D (or 0xCDF26D) is known color: Mindaro. HEX triplet: CD, F2 and 6D. RGB value is (205,242,109). Sum of RGB (Red+Green+Blue) = 205+242+109=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF26D is #320D92. Grayscale: #D8D8D8. Windows color (decimal): -3280275 or 7205581. OLE color: 7205581.
HSL color Cylindrical-coordinate representation of color #CDF26D: hue angle of 76.69º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF26D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 109 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.05 |
| HSL | 76.69º | 0.84% | 0.69% | - |
| HSV(B) | 76.69º | 0.55% | 0.95% | - |
| XYZ | 59.69 | 77.59 | 26.3 | - |
| YUV | 215.78 | 67.74 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 109 | 0.15 | 0 | 0.55 | 0.05 | 76.69 | 0.84 | 0.69 |
| Hex | CD | F2 | 6D | F | 0 | 37 | 5 | 4D | 54 | 45 |
| Octal | 315 | 362 | 155 | 17 | 0 | 67 | 5 | 115 | 124 | 105 |
| Binary | 11001101 | 11110010 | 1101101 | 1111 | 0 | 110111 | 101 | 1001101 | 1010100 | 1000101 |
Color Harmonies of #CDF26D
Complementary color
Monochromatic Colors of #CDF26D
Black with #CDF26D
Text Example
Text Example
White with #CDF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF26D; }
p { color: rgb(205,242,109); }
H1.HeaderClassName
{
color: #CDF26D;
}
.AnyTagClassName
{
color: #CDF26D;
}
</style>
background-color css
<style>
a { background-color: #CDF26D; }
a { background-color: rgb(205,242,109); }
div.DivClassName
{
background-color: #CDF26D;
}
.BgClassName
{
background-color: #CDF26D;
}
</style>
border-color css
<style>
span { border-color: #CDF26D; }
span { border-color: rgb(205,242,109); }
td.TdClassName
{
border-color: #CDF26D;
}
.TagClassName
{
border-color: #CDF26D;
}
</style>