Shades of Mindaro #CDF36D
Tints of Mindaro #CDF36D
RGB
CMYK
RGB Variations
Color information
#CDF36D (or 0xCDF36D) is known color: Mindaro. HEX triplet: CD, F3 and 6D. RGB value is (205,243,109). Sum of RGB (Red+Green+Blue) = 205+243+109=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF36D is #320C92. Grayscale: #D8D8D8. Windows color (decimal): -3280019 or 7205837. OLE color: 7205837.
HSL color Cylindrical-coordinate representation of color #CDF36D: hue angle of 77.01º degrees, saturation: 0.85, 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 #CDF36D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 109 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.05 |
| HSL | 77.01º | 0.85% | 0.69% | - |
| HSV(B) | 77.01º | 0.55% | 0.95% | - |
| XYZ | 59.99 | 78.18 | 26.4 | - |
| YUV | 216.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 109 | 0.16 | 0 | 0.55 | 0.05 | 77.01 | 0.85 | 0.69 |
| Hex | CD | F3 | 6D | 10 | 0 | 37 | 5 | 4D | 55 | 45 |
| Octal | 315 | 363 | 155 | 20 | 0 | 67 | 5 | 115 | 125 | 105 |
| Binary | 11001101 | 11110011 | 1101101 | 10000 | 0 | 110111 | 101 | 1001101 | 1010101 | 1000101 |
Color Harmonies of #CDF36D
Complementary color
Monochromatic Colors of #CDF36D
Black with #CDF36D
Text Example
Text Example
White with #CDF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF36D; }
p { color: rgb(205,243,109); }
H1.HeaderClassName
{
color: #CDF36D;
}
.AnyTagClassName
{
color: #CDF36D;
}
</style>
background-color css
<style>
a { background-color: #CDF36D; }
a { background-color: rgb(205,243,109); }
div.DivClassName
{
background-color: #CDF36D;
}
.BgClassName
{
background-color: #CDF36D;
}
</style>
border-color css
<style>
span { border-color: #CDF36D; }
span { border-color: rgb(205,243,109); }
td.TdClassName
{
border-color: #CDF36D;
}
.TagClassName
{
border-color: #CDF36D;
}
</style>