Shades of Mindaro #CDF761
Tints of Mindaro #CDF761
RGB
CMYK
RGB Variations
Color information
#CDF761 (or 0xCDF761) is known color: Mindaro. HEX triplet: CD, F7 and 61. RGB value is (205,247,97). Sum of RGB (Red+Green+Blue) = 205+247+97=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF761 is #32089E. Grayscale: #D9D9D9. Windows color (decimal): -3279007 or 6420429. OLE color: 6420429.
HSL color Cylindrical-coordinate representation of color #CDF761: hue angle of 76.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF761 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 97 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.03 |
| HSL | 76.8º | 0.9% | 0.67% | - |
| HSV(B) | 76.8º | 0.61% | 0.97% | - |
| XYZ | 60.6 | 80.36 | 23.63 | - |
| YUV | 217.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 97 | 0.17 | 0 | 0.61 | 0.03 | 76.8 | 0.9 | 0.67 |
| Hex | CD | F7 | 61 | 11 | 0 | 3D | 3 | 4D | 5A | 43 |
| Octal | 315 | 367 | 141 | 21 | 0 | 75 | 3 | 115 | 132 | 103 |
| Binary | 11001101 | 11110111 | 1100001 | 10001 | 0 | 111101 | 11 | 1001101 | 1011010 | 1000011 |
Color Harmonies of #CDF761
Complementary color
Monochromatic Colors of #CDF761
Black with #CDF761
Text Example
Text Example
White with #CDF761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF761; }
p { color: rgb(205,247,97); }
H1.HeaderClassName
{
color: #CDF761;
}
.AnyTagClassName
{
color: #CDF761;
}
</style>
background-color css
<style>
a { background-color: #CDF761; }
a { background-color: rgb(205,247,97); }
div.DivClassName
{
background-color: #CDF761;
}
.BgClassName
{
background-color: #CDF761;
}
</style>
border-color css
<style>
span { border-color: #CDF761; }
span { border-color: rgb(205,247,97); }
td.TdClassName
{
border-color: #CDF761;
}
.TagClassName
{
border-color: #CDF761;
}
</style>