Shades of Mindaro #CDF853
Tints of Mindaro #CDF853
RGB
CMYK
RGB Variations
Color information
#CDF853 (or 0xCDF853) is known color: Mindaro. HEX triplet: CD, F8 and 53. RGB value is (205,248,83). Sum of RGB (Red+Green+Blue) = 205+248+83=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF853 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF853 is #3207AC. Grayscale: #D8D8D8. Windows color (decimal): -3278765 or 5503181. OLE color: 5503181.
HSL color Cylindrical-coordinate representation of color #CDF853: hue angle of 75.64º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDF853 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 83 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.03 |
| HSL | 75.64º | 0.92% | 0.65% | - |
| HSV(B) | 75.64º | 0.67% | 0.97% | - |
| XYZ | 60.31 | 80.74 | 20.59 | - |
| YUV | 216.33 | 52.75 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 83 | 0.17 | 0 | 0.67 | 0.03 | 75.64 | 0.92 | 0.65 |
| Hex | CD | F8 | 53 | 11 | 0 | 43 | 3 | 4C | 5C | 41 |
| Octal | 315 | 370 | 123 | 21 | 0 | 103 | 3 | 114 | 134 | 101 |
| Binary | 11001101 | 11111000 | 1010011 | 10001 | 0 | 1000011 | 11 | 1001100 | 1011100 | 1000001 |
Color Harmonies of #CDF853
Complementary color
Monochromatic Colors of #CDF853
Black with #CDF853
Text Example
Text Example
White with #CDF853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF853; }
p { color: rgb(205,248,83); }
H1.HeaderClassName
{
color: #CDF853;
}
.AnyTagClassName
{
color: #CDF853;
}
</style>
background-color css
<style>
a { background-color: #CDF853; }
a { background-color: rgb(205,248,83); }
div.DivClassName
{
background-color: #CDF853;
}
.BgClassName
{
background-color: #CDF853;
}
</style>
border-color css
<style>
span { border-color: #CDF853; }
span { border-color: rgb(205,248,83); }
td.TdClassName
{
border-color: #CDF853;
}
.TagClassName
{
border-color: #CDF853;
}
</style>