Shades of Mindaro #CDF06C
Tints of Mindaro #CDF06C
RGB
CMYK
RGB Variations
Color information
#CDF06C (or 0xCDF06C) is known color: Mindaro. HEX triplet: CD, F0 and 6C. RGB value is (205,240,108). Sum of RGB (Red+Green+Blue) = 205+240+108=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF06C is #320F93. Grayscale: #D6D6D6. Windows color (decimal): -3280788 or 7139533. OLE color: 7139533.
HSL color Cylindrical-coordinate representation of color #CDF06C: hue angle of 75.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF06C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 108 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.06 |
| HSL | 75.91º | 0.81% | 0.68% | - |
| HSV(B) | 75.91º | 0.55% | 0.94% | - |
| XYZ | 59.04 | 76.38 | 25.82 | - |
| YUV | 214.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 108 | 0.15 | 0 | 0.55 | 0.06 | 75.91 | 0.81 | 0.68 |
| Hex | CD | F0 | 6C | F | 0 | 37 | 6 | 4C | 51 | 44 |
| Octal | 315 | 360 | 154 | 17 | 0 | 67 | 6 | 114 | 121 | 104 |
| Binary | 11001101 | 11110000 | 1101100 | 1111 | 0 | 110111 | 110 | 1001100 | 1010001 | 1000100 |
Color Harmonies of #CDF06C
Complementary color
Monochromatic Colors of #CDF06C
Black with #CDF06C
Text Example
Text Example
White with #CDF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF06C; }
p { color: rgb(205,240,108); }
H1.HeaderClassName
{
color: #CDF06C;
}
.AnyTagClassName
{
color: #CDF06C;
}
</style>
background-color css
<style>
a { background-color: #CDF06C; }
a { background-color: rgb(205,240,108); }
div.DivClassName
{
background-color: #CDF06C;
}
.BgClassName
{
background-color: #CDF06C;
}
</style>
border-color css
<style>
span { border-color: #CDF06C; }
span { border-color: rgb(205,240,108); }
td.TdClassName
{
border-color: #CDF06C;
}
.TagClassName
{
border-color: #CDF06C;
}
</style>