Shades of Mindaro #CDE76F
Tints of Mindaro #CDE76F
RGB
CMYK
RGB Variations
Color information
#CDE76F (or 0xCDE76F) is known color: Mindaro. HEX triplet: CD, E7 and 6F. RGB value is (205,231,111). Sum of RGB (Red+Green+Blue) = 205+231+111=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE76F is #321890. Grayscale: #D2D2D2. Windows color (decimal): -3283089 or 7333837. OLE color: 7333837.
HSL color Cylindrical-coordinate representation of color #CDE76F: hue angle of 73º degrees, saturation: 0.71, 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 #CDE76F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 111 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.09 |
| HSL | 73º | 0.71% | 0.67% | - |
| HSV(B) | 73º | 0.52% | 0.91% | - |
| XYZ | 56.62 | 71.28 | 25.81 | - |
| YUV | 209.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 111 | 0.11 | 0 | 0.52 | 0.09 | 73 | 0.71 | 0.67 |
| Hex | CD | E7 | 6F | B | 0 | 34 | 9 | 49 | 47 | 43 |
| Octal | 315 | 347 | 157 | 13 | 0 | 64 | 11 | 111 | 107 | 103 |
| Binary | 11001101 | 11100111 | 1101111 | 1011 | 0 | 110100 | 1001 | 1001001 | 1000111 | 1000011 |
Color Harmonies of #CDE76F
Complementary color
Monochromatic Colors of #CDE76F
Black with #CDE76F
Text Example
Text Example
White with #CDE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE76F; }
p { color: rgb(205,231,111); }
H1.HeaderClassName
{
color: #CDE76F;
}
.AnyTagClassName
{
color: #CDE76F;
}
</style>
background-color css
<style>
a { background-color: #CDE76F; }
a { background-color: rgb(205,231,111); }
div.DivClassName
{
background-color: #CDE76F;
}
.BgClassName
{
background-color: #CDE76F;
}
</style>
border-color css
<style>
span { border-color: #CDE76F; }
span { border-color: rgb(205,231,111); }
td.TdClassName
{
border-color: #CDE76F;
}
.TagClassName
{
border-color: #CDE76F;
}
</style>