Shades of Mindaro #CDF450
Tints of Mindaro #CDF450
RGB
CMYK
RGB Variations
Color information
#CDF450 (or 0xCDF450) is known color: Mindaro. HEX triplet: CD, F4 and 50. RGB value is (205,244,80). Sum of RGB (Red+Green+Blue) = 205+244+80=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF450 is #320BAF. Grayscale: #D6D6D6. Windows color (decimal): -3279792 or 5305549. OLE color: 5305549.
HSL color Cylindrical-coordinate representation of color #CDF450: hue angle of 74.27º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDF450 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.04 |
| HSL | 74.27º | 0.88% | 0.64% | - |
| HSV(B) | 74.27º | 0.67% | 0.96% | - |
| XYZ | 58.98 | 78.26 | 19.59 | - |
| YUV | 213.64 | 52.58 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 80 | 0.16 | 0 | 0.67 | 0.04 | 74.27 | 0.88 | 0.64 |
| Hex | CD | F4 | 50 | 10 | 0 | 43 | 4 | 4A | 58 | 40 |
| Octal | 315 | 364 | 120 | 20 | 0 | 103 | 4 | 112 | 130 | 100 |
| Binary | 11001101 | 11110100 | 1010000 | 10000 | 0 | 1000011 | 100 | 1001010 | 1011000 | 1000000 |
Color Harmonies of #CDF450
Complementary color
Monochromatic Colors of #CDF450
Black with #CDF450
Text Example
Text Example
White with #CDF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF450; }
p { color: rgb(205,244,80); }
H1.HeaderClassName
{
color: #CDF450;
}
.AnyTagClassName
{
color: #CDF450;
}
</style>
background-color css
<style>
a { background-color: #CDF450; }
a { background-color: rgb(205,244,80); }
div.DivClassName
{
background-color: #CDF450;
}
.BgClassName
{
background-color: #CDF450;
}
</style>
border-color css
<style>
span { border-color: #CDF450; }
span { border-color: rgb(205,244,80); }
td.TdClassName
{
border-color: #CDF450;
}
.TagClassName
{
border-color: #CDF450;
}
</style>