Shades of Mindaro #CDF05E
Tints of Mindaro #CDF05E
RGB
CMYK
RGB Variations
Color information
#CDF05E (or 0xCDF05E) is known color: Mindaro. HEX triplet: CD, F0 and 5E. RGB value is (205,240,94). Sum of RGB (Red+Green+Blue) = 205+240+94=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF05E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF05E is #320FA1. Grayscale: #D5D5D5. Windows color (decimal): -3280802 or 6222029. OLE color: 6222029.
HSL color Cylindrical-coordinate representation of color #CDF05E: hue angle of 74.38º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF05E is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 94 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.06 |
| HSL | 74.38º | 0.83% | 0.65% | - |
| HSV(B) | 74.38º | 0.61% | 0.94% | - |
| XYZ | 58.36 | 76.11 | 22.2 | - |
| YUV | 212.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 94 | 0.15 | 0 | 0.61 | 0.06 | 74.38 | 0.83 | 0.65 |
| Hex | CD | F0 | 5E | F | 0 | 3D | 6 | 4A | 53 | 41 |
| Octal | 315 | 360 | 136 | 17 | 0 | 75 | 6 | 112 | 123 | 101 |
| Binary | 11001101 | 11110000 | 1011110 | 1111 | 0 | 111101 | 110 | 1001010 | 1010011 | 1000001 |
Color Harmonies of #CDF05E
Complementary color
Monochromatic Colors of #CDF05E
Black with #CDF05E
Text Example
Text Example
White with #CDF05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF05E; }
p { color: rgb(205,240,94); }
H1.HeaderClassName
{
color: #CDF05E;
}
.AnyTagClassName
{
color: #CDF05E;
}
</style>
background-color css
<style>
a { background-color: #CDF05E; }
a { background-color: rgb(205,240,94); }
div.DivClassName
{
background-color: #CDF05E;
}
.BgClassName
{
background-color: #CDF05E;
}
</style>
border-color css
<style>
span { border-color: #CDF05E; }
span { border-color: rgb(205,240,94); }
td.TdClassName
{
border-color: #CDF05E;
}
.TagClassName
{
border-color: #CDF05E;
}
</style>