Shades of Mindaro #CDF75D
Tints of Mindaro #CDF75D
RGB
CMYK
RGB Variations
Color information
#CDF75D (or 0xCDF75D) is known color: Mindaro. HEX triplet: CD, F7 and 5D. RGB value is (205,247,93). Sum of RGB (Red+Green+Blue) = 205+247+93=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF75D is #3208A2. Grayscale: #D9D9D9. Windows color (decimal): -3279011 or 6158285. OLE color: 6158285.
HSL color Cylindrical-coordinate representation of color #CDF75D: hue angle of 76.36º 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 #CDF75D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 93 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.03 |
| HSL | 76.36º | 0.91% | 0.67% | - |
| HSV(B) | 76.36º | 0.62% | 0.97% | - |
| XYZ | 60.41 | 80.29 | 22.67 | - |
| YUV | 216.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 93 | 0.17 | 0 | 0.62 | 0.03 | 76.36 | 0.91 | 0.67 |
| Hex | CD | F7 | 5D | 11 | 0 | 3E | 3 | 4C | 5B | 43 |
| Octal | 315 | 367 | 135 | 21 | 0 | 76 | 3 | 114 | 133 | 103 |
| Binary | 11001101 | 11110111 | 1011101 | 10001 | 0 | 111110 | 11 | 1001100 | 1011011 | 1000011 |
Color Harmonies of #CDF75D
Complementary color
Monochromatic Colors of #CDF75D
Black with #CDF75D
Text Example
Text Example
White with #CDF75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF75D; }
p { color: rgb(205,247,93); }
H1.HeaderClassName
{
color: #CDF75D;
}
.AnyTagClassName
{
color: #CDF75D;
}
</style>
background-color css
<style>
a { background-color: #CDF75D; }
a { background-color: rgb(205,247,93); }
div.DivClassName
{
background-color: #CDF75D;
}
.BgClassName
{
background-color: #CDF75D;
}
</style>
border-color css
<style>
span { border-color: #CDF75D; }
span { border-color: rgb(205,247,93); }
td.TdClassName
{
border-color: #CDF75D;
}
.TagClassName
{
border-color: #CDF75D;
}
</style>