Shades of Mindaro #CDEB5E
Tints of Mindaro #CDEB5E
RGB
CMYK
RGB Variations
Color information
#CDEB5E (or 0xCDEB5E) is known color: Mindaro. HEX triplet: CD, EB and 5E. RGB value is (205,235,94). Sum of RGB (Red+Green+Blue) = 205+235+94=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB5E is #3214A1. Grayscale: #D2D2D2. Windows color (decimal): -3282082 or 6220749. OLE color: 6220749.
HSL color Cylindrical-coordinate representation of color #CDEB5E: hue angle of 72.77º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDEB5E is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 94 | - |
| CMYK | 0.13 | 0 | 0.6 | 0.08 |
| HSL | 72.77º | 0.78% | 0.65% | - |
| HSV(B) | 72.77º | 0.6% | 0.92% | - |
| XYZ | 56.91 | 73.2 | 21.72 | - |
| YUV | 209.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 94 | 0.13 | 0 | 0.6 | 0.08 | 72.77 | 0.78 | 0.65 |
| Hex | CD | EB | 5E | D | 0 | 3C | 8 | 49 | 4E | 41 |
| Octal | 315 | 353 | 136 | 15 | 0 | 74 | 10 | 111 | 116 | 101 |
| Binary | 11001101 | 11101011 | 1011110 | 1101 | 0 | 111100 | 1000 | 1001001 | 1001110 | 1000001 |
Color Harmonies of #CDEB5E
Complementary color
Monochromatic Colors of #CDEB5E
Black with #CDEB5E
Text Example
Text Example
White with #CDEB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB5E; }
p { color: rgb(205,235,94); }
H1.HeaderClassName
{
color: #CDEB5E;
}
.AnyTagClassName
{
color: #CDEB5E;
}
</style>
background-color css
<style>
a { background-color: #CDEB5E; }
a { background-color: rgb(205,235,94); }
div.DivClassName
{
background-color: #CDEB5E;
}
.BgClassName
{
background-color: #CDEB5E;
}
</style>
border-color css
<style>
span { border-color: #CDEB5E; }
span { border-color: rgb(205,235,94); }
td.TdClassName
{
border-color: #CDEB5E;
}
.TagClassName
{
border-color: #CDEB5E;
}
</style>