Shades of Mindaro #CDF454
Tints of Mindaro #CDF454
RGB
CMYK
RGB Variations
Color information
#CDF454 (or 0xCDF454) is known color: Mindaro. HEX triplet: CD, F4 and 54. RGB value is (205,244,84). Sum of RGB (Red+Green+Blue) = 205+244+84=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF454 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF454 is #320BAB. Grayscale: #D6D6D6. Windows color (decimal): -3279788 or 5567693. OLE color: 5567693.
HSL color Cylindrical-coordinate representation of color #CDF454: hue angle of 74.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDF454 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 84 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.04 |
| HSL | 74.63º | 0.88% | 0.64% | - |
| HSV(B) | 74.63º | 0.66% | 0.96% | - |
| XYZ | 59.13 | 78.32 | 20.39 | - |
| YUV | 214.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 84 | 0.16 | 0 | 0.66 | 0.04 | 74.63 | 0.88 | 0.64 |
| Hex | CD | F4 | 54 | 10 | 0 | 42 | 4 | 4B | 58 | 40 |
| Octal | 315 | 364 | 124 | 20 | 0 | 102 | 4 | 113 | 130 | 100 |
| Binary | 11001101 | 11110100 | 1010100 | 10000 | 0 | 1000010 | 100 | 1001011 | 1011000 | 1000000 |
Color Harmonies of #CDF454
Complementary color
Monochromatic Colors of #CDF454
Black with #CDF454
Text Example
Text Example
White with #CDF454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF454; }
p { color: rgb(205,244,84); }
H1.HeaderClassName
{
color: #CDF454;
}
.AnyTagClassName
{
color: #CDF454;
}
</style>
background-color css
<style>
a { background-color: #CDF454; }
a { background-color: rgb(205,244,84); }
div.DivClassName
{
background-color: #CDF454;
}
.BgClassName
{
background-color: #CDF454;
}
</style>
border-color css
<style>
span { border-color: #CDF454; }
span { border-color: rgb(205,244,84); }
td.TdClassName
{
border-color: #CDF454;
}
.TagClassName
{
border-color: #CDF454;
}
</style>