Shades of Mindaro #CDF75E
Tints of Mindaro #CDF75E
RGB
CMYK
RGB Variations
Color information
#CDF75E (or 0xCDF75E) is known color: Mindaro. HEX triplet: CD, F7 and 5E. RGB value is (205,247,94). Sum of RGB (Red+Green+Blue) = 205+247+94=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF75E is #3208A1. Grayscale: #D9D9D9. Windows color (decimal): -3279010 or 6223821. OLE color: 6223821.
HSL color Cylindrical-coordinate representation of color #CDF75E: hue angle of 76.47º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDF75E is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 94 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.03 |
| HSL | 76.47º | 0.91% | 0.67% | - |
| HSV(B) | 76.47º | 0.62% | 0.97% | - |
| XYZ | 60.46 | 80.31 | 22.9 | - |
| YUV | 217 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 94 | 0.17 | 0 | 0.62 | 0.03 | 76.47 | 0.91 | 0.67 |
| Hex | CD | F7 | 5E | 11 | 0 | 3E | 3 | 4C | 5B | 43 |
| Octal | 315 | 367 | 136 | 21 | 0 | 76 | 3 | 114 | 133 | 103 |
| Binary | 11001101 | 11110111 | 1011110 | 10001 | 0 | 111110 | 11 | 1001100 | 1011011 | 1000011 |
Color Harmonies of #CDF75E
Complementary color
Monochromatic Colors of #CDF75E
Black with #CDF75E
Text Example
Text Example
White with #CDF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF75E; }
p { color: rgb(205,247,94); }
H1.HeaderClassName
{
color: #CDF75E;
}
.AnyTagClassName
{
color: #CDF75E;
}
</style>
background-color css
<style>
a { background-color: #CDF75E; }
a { background-color: rgb(205,247,94); }
div.DivClassName
{
background-color: #CDF75E;
}
.BgClassName
{
background-color: #CDF75E;
}
</style>
border-color css
<style>
span { border-color: #CDF75E; }
span { border-color: rgb(205,247,94); }
td.TdClassName
{
border-color: #CDF75E;
}
.TagClassName
{
border-color: #CDF75E;
}
</style>