Shades of Mindaro #CDF162
Tints of Mindaro #CDF162
RGB
CMYK
RGB Variations
Color information
#CDF162 (or 0xCDF162) is known color: Mindaro. HEX triplet: CD, F1 and 62. RGB value is (205,241,98). Sum of RGB (Red+Green+Blue) = 205+241+98=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF162 is #320E9D. Grayscale: #D6D6D6. Windows color (decimal): -3280542 or 6484429. OLE color: 6484429.
HSL color Cylindrical-coordinate representation of color #CDF162: hue angle of 75.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDF162 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 98 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.05 |
| HSL | 75.1º | 0.84% | 0.66% | - |
| HSV(B) | 75.1º | 0.59% | 0.95% | - |
| XYZ | 58.84 | 76.77 | 23.27 | - |
| YUV | 213.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 98 | 0.15 | 0 | 0.59 | 0.05 | 75.1 | 0.84 | 0.66 |
| Hex | CD | F1 | 62 | F | 0 | 3B | 5 | 4B | 54 | 42 |
| Octal | 315 | 361 | 142 | 17 | 0 | 73 | 5 | 113 | 124 | 102 |
| Binary | 11001101 | 11110001 | 1100010 | 1111 | 0 | 111011 | 101 | 1001011 | 1010100 | 1000010 |
Color Harmonies of #CDF162
Complementary color
Monochromatic Colors of #CDF162
Black with #CDF162
Text Example
Text Example
White with #CDF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF162; }
p { color: rgb(205,241,98); }
H1.HeaderClassName
{
color: #CDF162;
}
.AnyTagClassName
{
color: #CDF162;
}
</style>
background-color css
<style>
a { background-color: #CDF162; }
a { background-color: rgb(205,241,98); }
div.DivClassName
{
background-color: #CDF162;
}
.BgClassName
{
background-color: #CDF162;
}
</style>
border-color css
<style>
span { border-color: #CDF162; }
span { border-color: rgb(205,241,98); }
td.TdClassName
{
border-color: #CDF162;
}
.TagClassName
{
border-color: #CDF162;
}
</style>