Shades of Mindaro #CDF769
Tints of Mindaro #CDF769
RGB
CMYK
RGB Variations
Color information
#CDF769 (or 0xCDF769) is known color: Mindaro. HEX triplet: CD, F7 and 69. RGB value is (205,247,105). Sum of RGB (Red+Green+Blue) = 205+247+105=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF769 is #320896. Grayscale: #DADADA. Windows color (decimal): -3278999 or 6944717. OLE color: 6944717.
HSL color Cylindrical-coordinate representation of color #CDF769: hue angle of 77.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF769 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 105 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.03 |
| HSL | 77.75º | 0.9% | 0.69% | - |
| HSV(B) | 77.75º | 0.57% | 0.97% | - |
| XYZ | 60.99 | 80.52 | 25.69 | - |
| YUV | 218.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 105 | 0.17 | 0 | 0.57 | 0.03 | 77.75 | 0.9 | 0.69 |
| Hex | CD | F7 | 69 | 11 | 0 | 39 | 3 | 4E | 5A | 45 |
| Octal | 315 | 367 | 151 | 21 | 0 | 71 | 3 | 116 | 132 | 105 |
| Binary | 11001101 | 11110111 | 1101001 | 10001 | 0 | 111001 | 11 | 1001110 | 1011010 | 1000101 |
Color Harmonies of #CDF769
Complementary color
Monochromatic Colors of #CDF769
Black with #CDF769
Text Example
Text Example
White with #CDF769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF769; }
p { color: rgb(205,247,105); }
H1.HeaderClassName
{
color: #CDF769;
}
.AnyTagClassName
{
color: #CDF769;
}
</style>
background-color css
<style>
a { background-color: #CDF769; }
a { background-color: rgb(205,247,105); }
div.DivClassName
{
background-color: #CDF769;
}
.BgClassName
{
background-color: #CDF769;
}
</style>
border-color css
<style>
span { border-color: #CDF769; }
span { border-color: rgb(205,247,105); }
td.TdClassName
{
border-color: #CDF769;
}
.TagClassName
{
border-color: #CDF769;
}
</style>