Shades of Mindaro #CDF55D
Tints of Mindaro #CDF55D
RGB
CMYK
RGB Variations
Color information
#CDF55D (or 0xCDF55D) is known color: Mindaro. HEX triplet: CD, F5 and 5D. RGB value is (205,245,93). Sum of RGB (Red+Green+Blue) = 205+245+93=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF55D is #320AA2. Grayscale: #D8D8D8. Windows color (decimal): -3279523 or 6157773. OLE color: 6157773.
HSL color Cylindrical-coordinate representation of color #CDF55D: hue angle of 75.79º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDF55D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 93 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.79º | 0.88% | 0.66% | - |
| HSV(B) | 75.79º | 0.62% | 0.96% | - |
| XYZ | 59.81 | 79.07 | 22.47 | - |
| YUV | 215.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 93 | 0.16 | 0 | 0.62 | 0.04 | 75.79 | 0.88 | 0.66 |
| Hex | CD | F5 | 5D | 10 | 0 | 3E | 4 | 4C | 58 | 42 |
| Octal | 315 | 365 | 135 | 20 | 0 | 76 | 4 | 114 | 130 | 102 |
| Binary | 11001101 | 11110101 | 1011101 | 10000 | 0 | 111110 | 100 | 1001100 | 1011000 | 1000010 |
Color Harmonies of #CDF55D
Complementary color
Monochromatic Colors of #CDF55D
Black with #CDF55D
Text Example
Text Example
White with #CDF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF55D; }
p { color: rgb(205,245,93); }
H1.HeaderClassName
{
color: #CDF55D;
}
.AnyTagClassName
{
color: #CDF55D;
}
</style>
background-color css
<style>
a { background-color: #CDF55D; }
a { background-color: rgb(205,245,93); }
div.DivClassName
{
background-color: #CDF55D;
}
.BgClassName
{
background-color: #CDF55D;
}
</style>
border-color css
<style>
span { border-color: #CDF55D; }
span { border-color: rgb(205,245,93); }
td.TdClassName
{
border-color: #CDF55D;
}
.TagClassName
{
border-color: #CDF55D;
}
</style>