Shades of Mindaro #CDF854
Tints of Mindaro #CDF854
RGB
CMYK
RGB Variations
Color information
#CDF854 (or 0xCDF854) is known color: Mindaro. HEX triplet: CD, F8 and 54. RGB value is (205,248,84). Sum of RGB (Red+Green+Blue) = 205+248+84=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF854 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF854 is #3207AB. Grayscale: #D9D9D9. Windows color (decimal): -3278764 or 5568717. OLE color: 5568717.
HSL color Cylindrical-coordinate representation of color #CDF854: hue angle of 75.73º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDF854 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 84 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.03 |
| HSL | 75.73º | 0.92% | 0.65% | - |
| HSV(B) | 75.73º | 0.66% | 0.97% | - |
| XYZ | 60.34 | 80.75 | 20.79 | - |
| YUV | 216.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 84 | 0.17 | 0 | 0.66 | 0.03 | 75.73 | 0.92 | 0.65 |
| Hex | CD | F8 | 54 | 11 | 0 | 42 | 3 | 4C | 5C | 41 |
| Octal | 315 | 370 | 124 | 21 | 0 | 102 | 3 | 114 | 134 | 101 |
| Binary | 11001101 | 11111000 | 1010100 | 10001 | 0 | 1000010 | 11 | 1001100 | 1011100 | 1000001 |
Color Harmonies of #CDF854
Complementary color
Monochromatic Colors of #CDF854
Black with #CDF854
Text Example
Text Example
White with #CDF854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF854; }
p { color: rgb(205,248,84); }
H1.HeaderClassName
{
color: #CDF854;
}
.AnyTagClassName
{
color: #CDF854;
}
</style>
background-color css
<style>
a { background-color: #CDF854; }
a { background-color: rgb(205,248,84); }
div.DivClassName
{
background-color: #CDF854;
}
.BgClassName
{
background-color: #CDF854;
}
</style>
border-color css
<style>
span { border-color: #CDF854; }
span { border-color: rgb(205,248,84); }
td.TdClassName
{
border-color: #CDF854;
}
.TagClassName
{
border-color: #CDF854;
}
</style>