Shades of Mindaro #CDEE63
Tints of Mindaro #CDEE63
RGB
CMYK
RGB Variations
Color information
#CDEE63 (or 0xCDEE63) is known color: Mindaro. HEX triplet: CD, EE and 63. RGB value is (205,238,99). Sum of RGB (Red+Green+Blue) = 205+238+99=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE63 is #32119C. Grayscale: #D4D4D4. Windows color (decimal): -3281309 or 6549197. OLE color: 6549197.
HSL color Cylindrical-coordinate representation of color #CDEE63: hue angle of 74.24º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDEE63 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 99 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.07 |
| HSL | 74.24º | 0.8% | 0.66% | - |
| HSV(B) | 74.24º | 0.58% | 0.93% | - |
| XYZ | 58 | 75.03 | 23.23 | - |
| YUV | 212.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 99 | 0.14 | 0 | 0.58 | 0.07 | 74.24 | 0.8 | 0.66 |
| Hex | CD | EE | 63 | E | 0 | 3A | 7 | 4A | 50 | 42 |
| Octal | 315 | 356 | 143 | 16 | 0 | 72 | 7 | 112 | 120 | 102 |
| Binary | 11001101 | 11101110 | 1100011 | 1110 | 0 | 111010 | 111 | 1001010 | 1010000 | 1000010 |
Color Harmonies of #CDEE63
Complementary color
Monochromatic Colors of #CDEE63
Black with #CDEE63
Text Example
Text Example
White with #CDEE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE63; }
p { color: rgb(205,238,99); }
H1.HeaderClassName
{
color: #CDEE63;
}
.AnyTagClassName
{
color: #CDEE63;
}
</style>
background-color css
<style>
a { background-color: #CDEE63; }
a { background-color: rgb(205,238,99); }
div.DivClassName
{
background-color: #CDEE63;
}
.BgClassName
{
background-color: #CDEE63;
}
</style>
border-color css
<style>
span { border-color: #CDEE63; }
span { border-color: rgb(205,238,99); }
td.TdClassName
{
border-color: #CDEE63;
}
.TagClassName
{
border-color: #CDEE63;
}
</style>