Shades of Mindaro #CDF46C
Tints of Mindaro #CDF46C
RGB
CMYK
RGB Variations
Color information
#CDF46C (or 0xCDF46C) is known color: Mindaro. HEX triplet: CD, F4 and 6C. RGB value is (205,244,108). Sum of RGB (Red+Green+Blue) = 205+244+108=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF46C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF46C is #320B93. Grayscale: #D9D9D9. Windows color (decimal): -3279764 or 7140557. OLE color: 7140557.
HSL color Cylindrical-coordinate representation of color #CDF46C: hue angle of 77.21º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDF46C is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 108 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.04 |
| HSL | 77.21º | 0.86% | 0.69% | - |
| HSV(B) | 77.21º | 0.56% | 0.96% | - |
| XYZ | 60.23 | 78.76 | 26.22 | - |
| YUV | 216.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 108 | 0.16 | 0 | 0.56 | 0.04 | 77.21 | 0.86 | 0.69 |
| Hex | CD | F4 | 6C | 10 | 0 | 38 | 4 | 4D | 56 | 45 |
| Octal | 315 | 364 | 154 | 20 | 0 | 70 | 4 | 115 | 126 | 105 |
| Binary | 11001101 | 11110100 | 1101100 | 10000 | 0 | 111000 | 100 | 1001101 | 1010110 | 1000101 |
Color Harmonies of #CDF46C
Complementary color
Monochromatic Colors of #CDF46C
Black with #CDF46C
Text Example
Text Example
White with #CDF46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF46C; }
p { color: rgb(205,244,108); }
H1.HeaderClassName
{
color: #CDF46C;
}
.AnyTagClassName
{
color: #CDF46C;
}
</style>
background-color css
<style>
a { background-color: #CDF46C; }
a { background-color: rgb(205,244,108); }
div.DivClassName
{
background-color: #CDF46C;
}
.BgClassName
{
background-color: #CDF46C;
}
</style>
border-color css
<style>
span { border-color: #CDF46C; }
span { border-color: rgb(205,244,108); }
td.TdClassName
{
border-color: #CDF46C;
}
.TagClassName
{
border-color: #CDF46C;
}
</style>