Shades of Mindaro #CDF868
Tints of Mindaro #CDF868
RGB
CMYK
RGB Variations
Color information
#CDF868 (or 0xCDF868) is known color: Mindaro. HEX triplet: CD, F8 and 68. RGB value is (205,248,104). Sum of RGB (Red+Green+Blue) = 205+248+104=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF868 is #320797. Grayscale: #DBDBDB. Windows color (decimal): -3278744 or 6879437. OLE color: 6879437.
HSL color Cylindrical-coordinate representation of color #CDF868: hue angle of 77.92º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDF868 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 104 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.03 |
| HSL | 77.92º | 0.91% | 0.69% | - |
| HSV(B) | 77.92º | 0.58% | 0.97% | - |
| XYZ | 61.24 | 81.11 | 25.53 | - |
| YUV | 218.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 104 | 0.17 | 0 | 0.58 | 0.03 | 77.92 | 0.91 | 0.69 |
| Hex | CD | F8 | 68 | 11 | 0 | 3A | 3 | 4E | 5B | 45 |
| Octal | 315 | 370 | 150 | 21 | 0 | 72 | 3 | 116 | 133 | 105 |
| Binary | 11001101 | 11111000 | 1101000 | 10001 | 0 | 111010 | 11 | 1001110 | 1011011 | 1000101 |
Color Harmonies of #CDF868
Complementary color
Monochromatic Colors of #CDF868
Black with #CDF868
Text Example
Text Example
White with #CDF868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF868; }
p { color: rgb(205,248,104); }
H1.HeaderClassName
{
color: #CDF868;
}
.AnyTagClassName
{
color: #CDF868;
}
</style>
background-color css
<style>
a { background-color: #CDF868; }
a { background-color: rgb(205,248,104); }
div.DivClassName
{
background-color: #CDF868;
}
.BgClassName
{
background-color: #CDF868;
}
</style>
border-color css
<style>
span { border-color: #CDF868; }
span { border-color: rgb(205,248,104); }
td.TdClassName
{
border-color: #CDF868;
}
.TagClassName
{
border-color: #CDF868;
}
</style>