Shades of Mindaro #CDDF5E
Tints of Mindaro #CDDF5E
RGB
CMYK
RGB Variations
Color information
#CDDF5E (or 0xCDDF5E) is known color: Mindaro. HEX triplet: CD, DF and 5E. RGB value is (205,223,94). Sum of RGB (Red+Green+Blue) = 205+223+94=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF5E is #3220A1. Grayscale: #CBCBCB. Windows color (decimal): -3285154 or 6217677. OLE color: 6217677.
HSL color Cylindrical-coordinate representation of color #CDDF5E: hue angle of 68.37º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDDF5E is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 94 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.13 |
| HSL | 68.37º | 0.67% | 0.62% | - |
| HSV(B) | 68.37º | 0.58% | 0.87% | - |
| XYZ | 53.58 | 66.56 | 20.61 | - |
| YUV | 202.91 | 66.54 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 94 | 0.08 | 0 | 0.58 | 0.13 | 68.37 | 0.67 | 0.62 |
| Hex | CD | DF | 5E | 8 | 0 | 3A | D | 44 | 43 | 3E |
| Octal | 315 | 337 | 136 | 10 | 0 | 72 | 15 | 104 | 103 | 76 |
| Binary | 11001101 | 11011111 | 1011110 | 1000 | 0 | 111010 | 1101 | 1000100 | 1000011 | 111110 |
Color Harmonies of #CDDF5E
Complementary color
Monochromatic Colors of #CDDF5E
Black with #CDDF5E
Text Example
Text Example
White with #CDDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF5E; }
p { color: rgb(205,223,94); }
H1.HeaderClassName
{
color: #CDDF5E;
}
.AnyTagClassName
{
color: #CDDF5E;
}
</style>
background-color css
<style>
a { background-color: #CDDF5E; }
a { background-color: rgb(205,223,94); }
div.DivClassName
{
background-color: #CDDF5E;
}
.BgClassName
{
background-color: #CDDF5E;
}
</style>
border-color css
<style>
span { border-color: #CDDF5E; }
span { border-color: rgb(205,223,94); }
td.TdClassName
{
border-color: #CDDF5E;
}
.TagClassName
{
border-color: #CDDF5E;
}
</style>