Shades of Mindaro #CDE96F
Tints of Mindaro #CDE96F
RGB
CMYK
RGB Variations
Color information
#CDE96F (or 0xCDE96F) is known color: Mindaro. HEX triplet: CD, E9 and 6F. RGB value is (205,233,111). Sum of RGB (Red+Green+Blue) = 205+233+111=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE96F is #321690. Grayscale: #D3D3D3. Windows color (decimal): -3282577 or 7334349. OLE color: 7334349.
HSL color Cylindrical-coordinate representation of color #CDE96F: hue angle of 73.77º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDE96F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 111 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 73.77º | 0.73% | 0.67% | - |
| HSV(B) | 73.77º | 0.52% | 0.91% | - |
| XYZ | 57.18 | 72.4 | 26 | - |
| YUV | 210.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 111 | 0.12 | 0 | 0.52 | 0.09 | 73.77 | 0.73 | 0.67 |
| Hex | CD | E9 | 6F | C | 0 | 34 | 9 | 4A | 49 | 43 |
| Octal | 315 | 351 | 157 | 14 | 0 | 64 | 11 | 112 | 111 | 103 |
| Binary | 11001101 | 11101001 | 1101111 | 1100 | 0 | 110100 | 1001 | 1001010 | 1001001 | 1000011 |
Color Harmonies of #CDE96F
Complementary color
Monochromatic Colors of #CDE96F
Black with #CDE96F
Text Example
Text Example
White with #CDE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE96F; }
p { color: rgb(205,233,111); }
H1.HeaderClassName
{
color: #CDE96F;
}
.AnyTagClassName
{
color: #CDE96F;
}
</style>
background-color css
<style>
a { background-color: #CDE96F; }
a { background-color: rgb(205,233,111); }
div.DivClassName
{
background-color: #CDE96F;
}
.BgClassName
{
background-color: #CDE96F;
}
</style>
border-color css
<style>
span { border-color: #CDE96F; }
span { border-color: rgb(205,233,111); }
td.TdClassName
{
border-color: #CDE96F;
}
.TagClassName
{
border-color: #CDE96F;
}
</style>