Shades of Mindaro #CDF36F
Tints of Mindaro #CDF36F
RGB
CMYK
RGB Variations
Color information
#CDF36F (or 0xCDF36F) is known color: Mindaro. HEX triplet: CD, F3 and 6F. RGB value is (205,243,111). Sum of RGB (Red+Green+Blue) = 205+243+111=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF36F is #320C90. Grayscale: #D9D9D9. Windows color (decimal): -3280017 or 7336909. OLE color: 7336909.
HSL color Cylindrical-coordinate representation of color #CDF36F: hue angle of 77.27º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF36F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 111 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 77.27º | 0.85% | 0.69% | - |
| HSV(B) | 77.27º | 0.54% | 0.95% | - |
| XYZ | 60.1 | 78.23 | 26.97 | - |
| YUV | 216.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 111 | 0.16 | 0 | 0.54 | 0.05 | 77.27 | 0.85 | 0.69 |
| Hex | CD | F3 | 6F | 10 | 0 | 36 | 5 | 4D | 55 | 45 |
| Octal | 315 | 363 | 157 | 20 | 0 | 66 | 5 | 115 | 125 | 105 |
| Binary | 11001101 | 11110011 | 1101111 | 10000 | 0 | 110110 | 101 | 1001101 | 1010101 | 1000101 |
Color Harmonies of #CDF36F
Complementary color
Monochromatic Colors of #CDF36F
Black with #CDF36F
Text Example
Text Example
White with #CDF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF36F; }
p { color: rgb(205,243,111); }
H1.HeaderClassName
{
color: #CDF36F;
}
.AnyTagClassName
{
color: #CDF36F;
}
</style>
background-color css
<style>
a { background-color: #CDF36F; }
a { background-color: rgb(205,243,111); }
div.DivClassName
{
background-color: #CDF36F;
}
.BgClassName
{
background-color: #CDF36F;
}
</style>
border-color css
<style>
span { border-color: #CDF36F; }
span { border-color: rgb(205,243,111); }
td.TdClassName
{
border-color: #CDF36F;
}
.TagClassName
{
border-color: #CDF36F;
}
</style>