Shades of Mindaro #CDF35E
Tints of Mindaro #CDF35E
RGB
CMYK
RGB Variations
Color information
#CDF35E (or 0xCDF35E) is known color: Mindaro. HEX triplet: CD, F3 and 5E. RGB value is (205,243,94). Sum of RGB (Red+Green+Blue) = 205+243+94=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF35E is #320CA1. Grayscale: #D7D7D7. Windows color (decimal): -3280034 or 6222797. OLE color: 6222797.
HSL color Cylindrical-coordinate representation of color #CDF35E: hue angle of 75.3º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF35E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 94 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.05 |
| HSL | 75.3º | 0.86% | 0.66% | - |
| HSV(B) | 75.3º | 0.61% | 0.95% | - |
| XYZ | 59.25 | 77.89 | 22.5 | - |
| YUV | 214.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 94 | 0.16 | 0 | 0.61 | 0.05 | 75.3 | 0.86 | 0.66 |
| Hex | CD | F3 | 5E | 10 | 0 | 3D | 5 | 4B | 56 | 42 |
| Octal | 315 | 363 | 136 | 20 | 0 | 75 | 5 | 113 | 126 | 102 |
| Binary | 11001101 | 11110011 | 1011110 | 10000 | 0 | 111101 | 101 | 1001011 | 1010110 | 1000010 |
Color Harmonies of #CDF35E
Complementary color
Monochromatic Colors of #CDF35E
Black with #CDF35E
Text Example
Text Example
White with #CDF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF35E; }
p { color: rgb(205,243,94); }
H1.HeaderClassName
{
color: #CDF35E;
}
.AnyTagClassName
{
color: #CDF35E;
}
</style>
background-color css
<style>
a { background-color: #CDF35E; }
a { background-color: rgb(205,243,94); }
div.DivClassName
{
background-color: #CDF35E;
}
.BgClassName
{
background-color: #CDF35E;
}
</style>
border-color css
<style>
span { border-color: #CDF35E; }
span { border-color: rgb(205,243,94); }
td.TdClassName
{
border-color: #CDF35E;
}
.TagClassName
{
border-color: #CDF35E;
}
</style>