Shades of Mindaro #CDF168
Tints of Mindaro #CDF168
RGB
CMYK
RGB Variations
Color information
#CDF168 (or 0xCDF168) is known color: Mindaro. HEX triplet: CD, F1 and 68. RGB value is (205,241,104). Sum of RGB (Red+Green+Blue) = 205+241+104=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF168 is #320E97. Grayscale: #D7D7D7. Windows color (decimal): -3280536 or 6877645. OLE color: 6877645.
HSL color Cylindrical-coordinate representation of color #CDF168: hue angle of 75.77º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF168 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 104 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.05 |
| HSL | 75.77º | 0.83% | 0.68% | - |
| HSV(B) | 75.77º | 0.57% | 0.95% | - |
| XYZ | 59.13 | 76.89 | 24.82 | - |
| YUV | 214.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 104 | 0.15 | 0 | 0.57 | 0.05 | 75.77 | 0.83 | 0.68 |
| Hex | CD | F1 | 68 | F | 0 | 39 | 5 | 4C | 53 | 44 |
| Octal | 315 | 361 | 150 | 17 | 0 | 71 | 5 | 114 | 123 | 104 |
| Binary | 11001101 | 11110001 | 1101000 | 1111 | 0 | 111001 | 101 | 1001100 | 1010011 | 1000100 |
Color Harmonies of #CDF168
Complementary color
Monochromatic Colors of #CDF168
Black with #CDF168
Text Example
Text Example
White with #CDF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF168; }
p { color: rgb(205,241,104); }
H1.HeaderClassName
{
color: #CDF168;
}
.AnyTagClassName
{
color: #CDF168;
}
</style>
background-color css
<style>
a { background-color: #CDF168; }
a { background-color: rgb(205,241,104); }
div.DivClassName
{
background-color: #CDF168;
}
.BgClassName
{
background-color: #CDF168;
}
</style>
border-color css
<style>
span { border-color: #CDF168; }
span { border-color: rgb(205,241,104); }
td.TdClassName
{
border-color: #CDF168;
}
.TagClassName
{
border-color: #CDF168;
}
</style>