Shades of Mindaro #CDF85F
Tints of Mindaro #CDF85F
RGB
CMYK
RGB Variations
Color information
#CDF85F (or 0xCDF85F) is known color: Mindaro. HEX triplet: CD, F8 and 5F. RGB value is (205,248,95). Sum of RGB (Red+Green+Blue) = 205+248+95=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF85F is #3207A0. Grayscale: #DADADA. Windows color (decimal): -3278753 or 6289613. OLE color: 6289613.
HSL color Cylindrical-coordinate representation of color #CDF85F: hue angle of 76.86º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDF85F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 95 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.03 |
| HSL | 76.86º | 0.92% | 0.67% | - |
| HSV(B) | 76.86º | 0.62% | 0.97% | - |
| XYZ | 60.81 | 80.94 | 23.24 | - |
| YUV | 217.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 95 | 0.17 | 0 | 0.62 | 0.03 | 76.86 | 0.92 | 0.67 |
| Hex | CD | F8 | 5F | 11 | 0 | 3E | 3 | 4D | 5C | 43 |
| Octal | 315 | 370 | 137 | 21 | 0 | 76 | 3 | 115 | 134 | 103 |
| Binary | 11001101 | 11111000 | 1011111 | 10001 | 0 | 111110 | 11 | 1001101 | 1011100 | 1000011 |
Color Harmonies of #CDF85F
Complementary color
Monochromatic Colors of #CDF85F
Black with #CDF85F
Text Example
Text Example
White with #CDF85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF85F; }
p { color: rgb(205,248,95); }
H1.HeaderClassName
{
color: #CDF85F;
}
.AnyTagClassName
{
color: #CDF85F;
}
</style>
background-color css
<style>
a { background-color: #CDF85F; }
a { background-color: rgb(205,248,95); }
div.DivClassName
{
background-color: #CDF85F;
}
.BgClassName
{
background-color: #CDF85F;
}
</style>
border-color css
<style>
span { border-color: #CDF85F; }
span { border-color: rgb(205,248,95); }
td.TdClassName
{
border-color: #CDF85F;
}
.TagClassName
{
border-color: #CDF85F;
}
</style>