Shades of Mindaro #CDFF59
Tints of Mindaro #CDFF59
RGB
CMYK
RGB Variations
Color information
#CDFF59 (or 0xCDFF59) is known color: Mindaro. HEX triplet: CD, FF and 59. RGB value is (205,255,89). Sum of RGB (Red+Green+Blue) = 205+255+89=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF59 is #3200A6. Grayscale: #DDDDDD. Windows color (decimal): -3276967 or 5898189. OLE color: 5898189.
HSL color Cylindrical-coordinate representation of color #CDFF59: hue angle of 78.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDFF59 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 89 | - |
| CMYK | 0.20 | 0 | 0.65 | 0 |
| HSL | 78.07º | 1% | 0.67% | - |
| HSV(B) | 78.07º | 0.65% | 1% | - |
| XYZ | 62.74 | 85.22 | 22.59 | - |
| YUV | 221.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 89 | 0.20 | 0 | 0.65 | 0 | 78.07 | 1 | 0.67 |
| Hex | CD | FF | 59 | 14 | 0 | 41 | 0 | 4E | 64 | 43 |
| Octal | 315 | 377 | 131 | 24 | 0 | 101 | 0 | 116 | 144 | 103 |
| Binary | 11001101 | 11111111 | 1011001 | 10100 | 0 | 1000001 | 0 | 1001110 | 1100100 | 1000011 |
Color Harmonies of #CDFF59
Complementary color
Monochromatic Colors of #CDFF59
Black with #CDFF59
Text Example
Text Example
White with #CDFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF59; }
p { color: rgb(205,255,89); }
H1.HeaderClassName
{
color: #CDFF59;
}
.AnyTagClassName
{
color: #CDFF59;
}
</style>
background-color css
<style>
a { background-color: #CDFF59; }
a { background-color: rgb(205,255,89); }
div.DivClassName
{
background-color: #CDFF59;
}
.BgClassName
{
background-color: #CDFF59;
}
</style>
border-color css
<style>
span { border-color: #CDFF59; }
span { border-color: rgb(205,255,89); }
td.TdClassName
{
border-color: #CDFF59;
}
.TagClassName
{
border-color: #CDFF59;
}
</style>