Shades of Mindaro #CDE96A
Tints of Mindaro #CDE96A
RGB
CMYK
RGB Variations
Color information
#CDE96A (or 0xCDE96A) is known color: Mindaro. HEX triplet: CD, E9 and 6A. RGB value is (205,233,106). Sum of RGB (Red+Green+Blue) = 205+233+106=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE96A is #321695. Grayscale: #D2D2D2. Windows color (decimal): -3282582 or 7006669. OLE color: 7006669.
HSL color Cylindrical-coordinate representation of color #CDE96A: hue angle of 73.23º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE96A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 106 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.09 |
| HSL | 73.23º | 0.74% | 0.66% | - |
| HSV(B) | 73.23º | 0.55% | 0.91% | - |
| XYZ | 56.92 | 72.3 | 24.59 | - |
| YUV | 210.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 106 | 0.12 | 0 | 0.55 | 0.09 | 73.23 | 0.74 | 0.66 |
| Hex | CD | E9 | 6A | C | 0 | 37 | 9 | 49 | 4A | 42 |
| Octal | 315 | 351 | 152 | 14 | 0 | 67 | 11 | 111 | 112 | 102 |
| Binary | 11001101 | 11101001 | 1101010 | 1100 | 0 | 110111 | 1001 | 1001001 | 1001010 | 1000010 |
Color Harmonies of #CDE96A
Complementary color
Monochromatic Colors of #CDE96A
Black with #CDE96A
Text Example
Text Example
White with #CDE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE96A; }
p { color: rgb(205,233,106); }
H1.HeaderClassName
{
color: #CDE96A;
}
.AnyTagClassName
{
color: #CDE96A;
}
</style>
background-color css
<style>
a { background-color: #CDE96A; }
a { background-color: rgb(205,233,106); }
div.DivClassName
{
background-color: #CDE96A;
}
.BgClassName
{
background-color: #CDE96A;
}
</style>
border-color css
<style>
span { border-color: #CDE96A; }
span { border-color: rgb(205,233,106); }
td.TdClassName
{
border-color: #CDE96A;
}
.TagClassName
{
border-color: #CDE96A;
}
</style>