Shades of Mindaro #CDF260
Tints of Mindaro #CDF260
RGB
CMYK
RGB Variations
Color information
#CDF260 (or 0xCDF260) is known color: Mindaro. HEX triplet: CD, F2 and 60. RGB value is (205,242,96). Sum of RGB (Red+Green+Blue) = 205+242+96=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF260 is #320D9F. Grayscale: #D6D6D6. Windows color (decimal): -3280288 or 6353613. OLE color: 6353613.
HSL color Cylindrical-coordinate representation of color #CDF260: hue angle of 75.21º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF260 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 96 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.05 |
| HSL | 75.21º | 0.85% | 0.66% | - |
| HSV(B) | 75.21º | 0.6% | 0.95% | - |
| XYZ | 59.04 | 77.33 | 22.88 | - |
| YUV | 214.29 | 61.24 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 96 | 0.15 | 0 | 0.60 | 0.05 | 75.21 | 0.85 | 0.66 |
| Hex | CD | F2 | 60 | F | 0 | 3C | 5 | 4B | 55 | 42 |
| Octal | 315 | 362 | 140 | 17 | 0 | 74 | 5 | 113 | 125 | 102 |
| Binary | 11001101 | 11110010 | 1100000 | 1111 | 0 | 111100 | 101 | 1001011 | 1010101 | 1000010 |
Color Harmonies of #CDF260
Complementary color
Monochromatic Colors of #CDF260
Black with #CDF260
Text Example
Text Example
White with #CDF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF260; }
p { color: rgb(205,242,96); }
H1.HeaderClassName
{
color: #CDF260;
}
.AnyTagClassName
{
color: #CDF260;
}
</style>
background-color css
<style>
a { background-color: #CDF260; }
a { background-color: rgb(205,242,96); }
div.DivClassName
{
background-color: #CDF260;
}
.BgClassName
{
background-color: #CDF260;
}
</style>
border-color css
<style>
span { border-color: #CDF260; }
span { border-color: rgb(205,242,96); }
td.TdClassName
{
border-color: #CDF260;
}
.TagClassName
{
border-color: #CDF260;
}
</style>