Shades of Mindaro #CDEC5A
Tints of Mindaro #CDEC5A
RGB
CMYK
RGB Variations
Color information
#CDEC5A (or 0xCDEC5A) is known color: Mindaro. HEX triplet: CD, EC and 5A. RGB value is (205,236,90). Sum of RGB (Red+Green+Blue) = 205+236+90=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC5A is #3213A5. Grayscale: #D2D2D2. Windows color (decimal): -3281830 or 5958861. OLE color: 5958861.
HSL color Cylindrical-coordinate representation of color #CDEC5A: hue angle of 72.74º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDEC5A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 90 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.07 |
| HSL | 72.74º | 0.79% | 0.64% | - |
| HSV(B) | 72.74º | 0.62% | 0.93% | - |
| XYZ | 57.02 | 73.71 | 20.89 | - |
| YUV | 210.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 90 | 0.13 | 0 | 0.62 | 0.07 | 72.74 | 0.79 | 0.64 |
| Hex | CD | EC | 5A | D | 0 | 3E | 7 | 49 | 4F | 40 |
| Octal | 315 | 354 | 132 | 15 | 0 | 76 | 7 | 111 | 117 | 100 |
| Binary | 11001101 | 11101100 | 1011010 | 1101 | 0 | 111110 | 111 | 1001001 | 1001111 | 1000000 |
Color Harmonies of #CDEC5A
Complementary color
Monochromatic Colors of #CDEC5A
Black with #CDEC5A
Text Example
Text Example
White with #CDEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC5A; }
p { color: rgb(205,236,90); }
H1.HeaderClassName
{
color: #CDEC5A;
}
.AnyTagClassName
{
color: #CDEC5A;
}
</style>
background-color css
<style>
a { background-color: #CDEC5A; }
a { background-color: rgb(205,236,90); }
div.DivClassName
{
background-color: #CDEC5A;
}
.BgClassName
{
background-color: #CDEC5A;
}
</style>
border-color css
<style>
span { border-color: #CDEC5A; }
span { border-color: rgb(205,236,90); }
td.TdClassName
{
border-color: #CDEC5A;
}
.TagClassName
{
border-color: #CDEC5A;
}
</style>