Shades of Mindaro #CDF052
Tints of Mindaro #CDF052
RGB
CMYK
RGB Variations
Color information
#CDF052 (or 0xCDF052) is known color: Mindaro. HEX triplet: CD, F0 and 52. RGB value is (205,240,82). Sum of RGB (Red+Green+Blue) = 205+240+82=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF052 is #320FAD. Grayscale: #D4D4D4. Windows color (decimal): -3280814 or 5435597. OLE color: 5435597.
HSL color Cylindrical-coordinate representation of color #CDF052: hue angle of 73.29º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDF052 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 82 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.06 |
| HSL | 73.29º | 0.84% | 0.63% | - |
| HSV(B) | 73.29º | 0.66% | 0.94% | - |
| XYZ | 57.86 | 75.91 | 19.58 | - |
| YUV | 211.52 | 54.9 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 82 | 0.15 | 0 | 0.66 | 0.06 | 73.29 | 0.84 | 0.63 |
| Hex | CD | F0 | 52 | F | 0 | 42 | 6 | 49 | 54 | 3F |
| Octal | 315 | 360 | 122 | 17 | 0 | 102 | 6 | 111 | 124 | 77 |
| Binary | 11001101 | 11110000 | 1010010 | 1111 | 0 | 1000010 | 110 | 1001001 | 1010100 | 111111 |
Color Harmonies of #CDF052
Complementary color
Monochromatic Colors of #CDF052
Black with #CDF052
Text Example
Text Example
White with #CDF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF052; }
p { color: rgb(205,240,82); }
H1.HeaderClassName
{
color: #CDF052;
}
.AnyTagClassName
{
color: #CDF052;
}
</style>
background-color css
<style>
a { background-color: #CDF052; }
a { background-color: rgb(205,240,82); }
div.DivClassName
{
background-color: #CDF052;
}
.BgClassName
{
background-color: #CDF052;
}
</style>
border-color css
<style>
span { border-color: #CDF052; }
span { border-color: rgb(205,240,82); }
td.TdClassName
{
border-color: #CDF052;
}
.TagClassName
{
border-color: #CDF052;
}
</style>