Shades of Mindaro #CDF468
Tints of Mindaro #CDF468
RGB
CMYK
RGB Variations
Color information
#CDF468 (or 0xCDF468) is known color: Mindaro. HEX triplet: CD, F4 and 68. RGB value is (205,244,104). Sum of RGB (Red+Green+Blue) = 205+244+104=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF468 is #320B97. Grayscale: #D8D8D8. Windows color (decimal): -3279768 or 6878413. OLE color: 6878413.
HSL color Cylindrical-coordinate representation of color #CDF468: hue angle of 76.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF468 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 104 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.04 |
| HSL | 76.71º | 0.86% | 0.68% | - |
| HSV(B) | 76.71º | 0.57% | 0.96% | - |
| XYZ | 60.03 | 78.68 | 25.12 | - |
| YUV | 216.38 | 64.58 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 104 | 0.16 | 0 | 0.57 | 0.04 | 76.71 | 0.86 | 0.68 |
| Hex | CD | F4 | 68 | 10 | 0 | 39 | 4 | 4D | 56 | 44 |
| Octal | 315 | 364 | 150 | 20 | 0 | 71 | 4 | 115 | 126 | 104 |
| Binary | 11001101 | 11110100 | 1101000 | 10000 | 0 | 111001 | 100 | 1001101 | 1010110 | 1000100 |
Color Harmonies of #CDF468
Complementary color
Monochromatic Colors of #CDF468
Black with #CDF468
Text Example
Text Example
White with #CDF468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF468; }
p { color: rgb(205,244,104); }
H1.HeaderClassName
{
color: #CDF468;
}
.AnyTagClassName
{
color: #CDF468;
}
</style>
background-color css
<style>
a { background-color: #CDF468; }
a { background-color: rgb(205,244,104); }
div.DivClassName
{
background-color: #CDF468;
}
.BgClassName
{
background-color: #CDF468;
}
</style>
border-color css
<style>
span { border-color: #CDF468; }
span { border-color: rgb(205,244,104); }
td.TdClassName
{
border-color: #CDF468;
}
.TagClassName
{
border-color: #CDF468;
}
</style>