Shades of Mindaro #CDF06F
Tints of Mindaro #CDF06F
RGB
CMYK
RGB Variations
Color information
#CDF06F (or 0xCDF06F) is known color: Mindaro. HEX triplet: CD, F0 and 6F. RGB value is (205,240,111). Sum of RGB (Red+Green+Blue) = 205+240+111=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF06F is #320F90. Grayscale: #D7D7D7. Windows color (decimal): -3280785 or 7336141. OLE color: 7336141.
HSL color Cylindrical-coordinate representation of color #CDF06F: hue angle of 76.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF06F is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 111 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.06 |
| HSL | 76.28º | 0.81% | 0.69% | - |
| HSV(B) | 76.28º | 0.54% | 0.94% | - |
| XYZ | 59.21 | 76.45 | 26.67 | - |
| YUV | 214.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 111 | 0.15 | 0 | 0.54 | 0.06 | 76.28 | 0.81 | 0.69 |
| Hex | CD | F0 | 6F | F | 0 | 36 | 6 | 4C | 51 | 45 |
| Octal | 315 | 360 | 157 | 17 | 0 | 66 | 6 | 114 | 121 | 105 |
| Binary | 11001101 | 11110000 | 1101111 | 1111 | 0 | 110110 | 110 | 1001100 | 1010001 | 1000101 |
Color Harmonies of #CDF06F
Complementary color
Monochromatic Colors of #CDF06F
Black with #CDF06F
Text Example
Text Example
White with #CDF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF06F; }
p { color: rgb(205,240,111); }
H1.HeaderClassName
{
color: #CDF06F;
}
.AnyTagClassName
{
color: #CDF06F;
}
</style>
background-color css
<style>
a { background-color: #CDF06F; }
a { background-color: rgb(205,240,111); }
div.DivClassName
{
background-color: #CDF06F;
}
.BgClassName
{
background-color: #CDF06F;
}
</style>
border-color css
<style>
span { border-color: #CDF06F; }
span { border-color: rgb(205,240,111); }
td.TdClassName
{
border-color: #CDF06F;
}
.TagClassName
{
border-color: #CDF06F;
}
</style>