Shades of Mindaro #CDF062
Tints of Mindaro #CDF062
RGB
CMYK
RGB Variations
Color information
#CDF062 (or 0xCDF062) is known color: Mindaro. HEX triplet: CD, F0 and 62. RGB value is (205,240,98). Sum of RGB (Red+Green+Blue) = 205+240+98=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF062 is #320F9D. Grayscale: #D5D5D5. Windows color (decimal): -3280798 or 6484173. OLE color: 6484173.
HSL color Cylindrical-coordinate representation of color #CDF062: hue angle of 74.79º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDF062 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 98 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.06 |
| HSL | 74.79º | 0.83% | 0.66% | - |
| HSV(B) | 74.79º | 0.59% | 0.94% | - |
| XYZ | 58.54 | 76.18 | 23.17 | - |
| YUV | 213.35 | 62.9 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 98 | 0.15 | 0 | 0.59 | 0.06 | 74.79 | 0.83 | 0.66 |
| Hex | CD | F0 | 62 | F | 0 | 3B | 6 | 4B | 53 | 42 |
| Octal | 315 | 360 | 142 | 17 | 0 | 73 | 6 | 113 | 123 | 102 |
| Binary | 11001101 | 11110000 | 1100010 | 1111 | 0 | 111011 | 110 | 1001011 | 1010011 | 1000010 |
Color Harmonies of #CDF062
Complementary color
Monochromatic Colors of #CDF062
Black with #CDF062
Text Example
Text Example
White with #CDF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF062; }
p { color: rgb(205,240,98); }
H1.HeaderClassName
{
color: #CDF062;
}
.AnyTagClassName
{
color: #CDF062;
}
</style>
background-color css
<style>
a { background-color: #CDF062; }
a { background-color: rgb(205,240,98); }
div.DivClassName
{
background-color: #CDF062;
}
.BgClassName
{
background-color: #CDF062;
}
</style>
border-color css
<style>
span { border-color: #CDF062; }
span { border-color: rgb(205,240,98); }
td.TdClassName
{
border-color: #CDF062;
}
.TagClassName
{
border-color: #CDF062;
}
</style>