Shades of Mindaro #CDF658
Tints of Mindaro #CDF658
RGB
CMYK
RGB Variations
Color information
#CDF658 (or 0xCDF658) is known color: Mindaro. HEX triplet: CD, F6 and 58. RGB value is (205,246,88). Sum of RGB (Red+Green+Blue) = 205+246+88=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF658 is #3209A7. Grayscale: #D8D8D8. Windows color (decimal): -3279272 or 5830349. OLE color: 5830349.
HSL color Cylindrical-coordinate representation of color #CDF658: hue angle of 75.57º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF658 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 88 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.04 |
| HSL | 75.57º | 0.9% | 0.65% | - |
| HSV(B) | 75.57º | 0.64% | 0.96% | - |
| XYZ | 59.89 | 79.6 | 21.44 | - |
| YUV | 215.73 | 55.92 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 88 | 0.17 | 0 | 0.64 | 0.04 | 75.57 | 0.9 | 0.65 |
| Hex | CD | F6 | 58 | 11 | 0 | 40 | 4 | 4C | 5A | 41 |
| Octal | 315 | 366 | 130 | 21 | 0 | 100 | 4 | 114 | 132 | 101 |
| Binary | 11001101 | 11110110 | 1011000 | 10001 | 0 | 1000000 | 100 | 1001100 | 1011010 | 1000001 |
Color Harmonies of #CDF658
Complementary color
Monochromatic Colors of #CDF658
Black with #CDF658
Text Example
Text Example
White with #CDF658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF658; }
p { color: rgb(205,246,88); }
H1.HeaderClassName
{
color: #CDF658;
}
.AnyTagClassName
{
color: #CDF658;
}
</style>
background-color css
<style>
a { background-color: #CDF658; }
a { background-color: rgb(205,246,88); }
div.DivClassName
{
background-color: #CDF658;
}
.BgClassName
{
background-color: #CDF658;
}
</style>
border-color css
<style>
span { border-color: #CDF658; }
span { border-color: rgb(205,246,88); }
td.TdClassName
{
border-color: #CDF658;
}
.TagClassName
{
border-color: #CDF658;
}
</style>