Shades of Mindaro #CDF060
Tints of Mindaro #CDF060
RGB
CMYK
RGB Variations
Color information
#CDF060 (or 0xCDF060) is known color: Mindaro. HEX triplet: CD, F0 and 60. RGB value is (205,240,96). Sum of RGB (Red+Green+Blue) = 205+240+96=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF060 is #320F9F. Grayscale: #D5D5D5. Windows color (decimal): -3280800 or 6353101. OLE color: 6353101.
HSL color Cylindrical-coordinate representation of color #CDF060: hue angle of 74.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF060 is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 96 | - |
| CMYK | 0.15 | 0 | 0.6 | 0.06 |
| HSL | 74.58º | 0.83% | 0.66% | - |
| HSV(B) | 74.58º | 0.6% | 0.94% | - |
| XYZ | 58.45 | 76.14 | 22.68 | - |
| YUV | 213.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 96 | 0.15 | 0 | 0.6 | 0.06 | 74.58 | 0.83 | 0.66 |
| Hex | CD | F0 | 60 | F | 0 | 3C | 6 | 4B | 53 | 42 |
| Octal | 315 | 360 | 140 | 17 | 0 | 74 | 6 | 113 | 123 | 102 |
| Binary | 11001101 | 11110000 | 1100000 | 1111 | 0 | 111100 | 110 | 1001011 | 1010011 | 1000010 |
Color Harmonies of #CDF060
Complementary color
Monochromatic Colors of #CDF060
Black with #CDF060
Text Example
Text Example
White with #CDF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF060; }
p { color: rgb(205,240,96); }
H1.HeaderClassName
{
color: #CDF060;
}
.AnyTagClassName
{
color: #CDF060;
}
</style>
background-color css
<style>
a { background-color: #CDF060; }
a { background-color: rgb(205,240,96); }
div.DivClassName
{
background-color: #CDF060;
}
.BgClassName
{
background-color: #CDF060;
}
</style>
border-color css
<style>
span { border-color: #CDF060; }
span { border-color: rgb(205,240,96); }
td.TdClassName
{
border-color: #CDF060;
}
.TagClassName
{
border-color: #CDF060;
}
</style>