Shades of Mindaro #CDF15D
Tints of Mindaro #CDF15D
RGB
CMYK
RGB Variations
Color information
#CDF15D (or 0xCDF15D) is known color: Mindaro. HEX triplet: CD, F1 and 5D. RGB value is (205,241,93). Sum of RGB (Red+Green+Blue) = 205+241+93=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF15D is #320EA2. Grayscale: #D5D5D5. Windows color (decimal): -3280547 or 6156749. OLE color: 6156749.
HSL color Cylindrical-coordinate representation of color #CDF15D: hue angle of 74.59º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF15D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 93 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 74.59º | 0.84% | 0.65% | - |
| HSV(B) | 74.59º | 0.61% | 0.95% | - |
| XYZ | 58.61 | 76.68 | 22.07 | - |
| YUV | 213.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 93 | 0.15 | 0 | 0.61 | 0.05 | 74.59 | 0.84 | 0.65 |
| Hex | CD | F1 | 5D | F | 0 | 3D | 5 | 4B | 54 | 41 |
| Octal | 315 | 361 | 135 | 17 | 0 | 75 | 5 | 113 | 124 | 101 |
| Binary | 11001101 | 11110001 | 1011101 | 1111 | 0 | 111101 | 101 | 1001011 | 1010100 | 1000001 |
Color Harmonies of #CDF15D
Complementary color
Monochromatic Colors of #CDF15D
Black with #CDF15D
Text Example
Text Example
White with #CDF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF15D; }
p { color: rgb(205,241,93); }
H1.HeaderClassName
{
color: #CDF15D;
}
.AnyTagClassName
{
color: #CDF15D;
}
</style>
background-color css
<style>
a { background-color: #CDF15D; }
a { background-color: rgb(205,241,93); }
div.DivClassName
{
background-color: #CDF15D;
}
.BgClassName
{
background-color: #CDF15D;
}
</style>
border-color css
<style>
span { border-color: #CDF15D; }
span { border-color: rgb(205,241,93); }
td.TdClassName
{
border-color: #CDF15D;
}
.TagClassName
{
border-color: #CDF15D;
}
</style>