Shades of Mindaro #CDF55A
Tints of Mindaro #CDF55A
RGB
CMYK
RGB Variations
Color information
#CDF55A (or 0xCDF55A) is known color: Mindaro. HEX triplet: CD, F5 and 5A. RGB value is (205,245,90). Sum of RGB (Red+Green+Blue) = 205+245+90=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF55A is #320AA5. Grayscale: #D7D7D7. Windows color (decimal): -3279526 or 5961165. OLE color: 5961165.
HSL color Cylindrical-coordinate representation of color #CDF55A: hue angle of 75.48º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDF55A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 90 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 75.48º | 0.89% | 0.66% | - |
| HSV(B) | 75.48º | 0.63% | 0.96% | - |
| XYZ | 59.67 | 79.02 | 21.78 | - |
| YUV | 215.37 | 57.25 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 90 | 0.16 | 0 | 0.63 | 0.04 | 75.48 | 0.89 | 0.66 |
| Hex | CD | F5 | 5A | 10 | 0 | 3F | 4 | 4B | 59 | 42 |
| Octal | 315 | 365 | 132 | 20 | 0 | 77 | 4 | 113 | 131 | 102 |
| Binary | 11001101 | 11110101 | 1011010 | 10000 | 0 | 111111 | 100 | 1001011 | 1011001 | 1000010 |
Color Harmonies of #CDF55A
Complementary color
Monochromatic Colors of #CDF55A
Black with #CDF55A
Text Example
Text Example
White with #CDF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF55A; }
p { color: rgb(205,245,90); }
H1.HeaderClassName
{
color: #CDF55A;
}
.AnyTagClassName
{
color: #CDF55A;
}
</style>
background-color css
<style>
a { background-color: #CDF55A; }
a { background-color: rgb(205,245,90); }
div.DivClassName
{
background-color: #CDF55A;
}
.BgClassName
{
background-color: #CDF55A;
}
</style>
border-color css
<style>
span { border-color: #CDF55A; }
span { border-color: rgb(205,245,90); }
td.TdClassName
{
border-color: #CDF55A;
}
.TagClassName
{
border-color: #CDF55A;
}
</style>