Shades of Mindaro #CDF851
Tints of Mindaro #CDF851
RGB
CMYK
RGB Variations
Color information
#CDF851 (or 0xCDF851) is known color: Mindaro. HEX triplet: CD, F8 and 51. RGB value is (205,248,81). Sum of RGB (Red+Green+Blue) = 205+248+81=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF851 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF851 is #3207AE. Grayscale: #D8D8D8. Windows color (decimal): -3278767 or 5372109. OLE color: 5372109.
HSL color Cylindrical-coordinate representation of color #CDF851: hue angle of 75.45º 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 #CDF851 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 81 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.03 |
| HSL | 75.45º | 0.92% | 0.65% | - |
| HSV(B) | 75.45º | 0.67% | 0.97% | - |
| XYZ | 60.23 | 80.71 | 20.19 | - |
| YUV | 216.11 | 51.75 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 81 | 0.17 | 0 | 0.67 | 0.03 | 75.45 | 0.92 | 0.65 |
| Hex | CD | F8 | 51 | 11 | 0 | 43 | 3 | 4B | 5C | 41 |
| Octal | 315 | 370 | 121 | 21 | 0 | 103 | 3 | 113 | 134 | 101 |
| Binary | 11001101 | 11111000 | 1010001 | 10001 | 0 | 1000011 | 11 | 1001011 | 1011100 | 1000001 |
Color Harmonies of #CDF851
Complementary color
Monochromatic Colors of #CDF851
Black with #CDF851
Text Example
Text Example
White with #CDF851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF851; }
p { color: rgb(205,248,81); }
H1.HeaderClassName
{
color: #CDF851;
}
.AnyTagClassName
{
color: #CDF851;
}
</style>
background-color css
<style>
a { background-color: #CDF851; }
a { background-color: rgb(205,248,81); }
div.DivClassName
{
background-color: #CDF851;
}
.BgClassName
{
background-color: #CDF851;
}
</style>
border-color css
<style>
span { border-color: #CDF851; }
span { border-color: rgb(205,248,81); }
td.TdClassName
{
border-color: #CDF851;
}
.TagClassName
{
border-color: #CDF851;
}
</style>