Shades of Mindaro #CDE25D
Tints of Mindaro #CDE25D
RGB
CMYK
RGB Variations
Color information
#CDE25D (or 0xCDE25D) is known color: Mindaro. HEX triplet: CD, E2 and 5D. RGB value is (205,226,93). Sum of RGB (Red+Green+Blue) = 205+226+93=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE25D is #321DA2. Grayscale: #CDCDCD. Windows color (decimal): -3284387 or 6152909. OLE color: 6152909.
HSL color Cylindrical-coordinate representation of color #CDE25D: hue angle of 69.47º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDE25D is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 93 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.11 |
| HSL | 69.47º | 0.7% | 0.63% | - |
| HSV(B) | 69.47º | 0.59% | 0.89% | - |
| XYZ | 54.35 | 68.16 | 20.65 | - |
| YUV | 204.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 93 | 0.09 | 0 | 0.59 | 0.11 | 69.47 | 0.7 | 0.63 |
| Hex | CD | E2 | 5D | 9 | 0 | 3B | B | 45 | 46 | 3F |
| Octal | 315 | 342 | 135 | 11 | 0 | 73 | 13 | 105 | 106 | 77 |
| Binary | 11001101 | 11100010 | 1011101 | 1001 | 0 | 111011 | 1011 | 1000101 | 1000110 | 111111 |
Color Harmonies of #CDE25D
Complementary color
Monochromatic Colors of #CDE25D
Black with #CDE25D
Text Example
Text Example
White with #CDE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE25D; }
p { color: rgb(205,226,93); }
H1.HeaderClassName
{
color: #CDE25D;
}
.AnyTagClassName
{
color: #CDE25D;
}
</style>
background-color css
<style>
a { background-color: #CDE25D; }
a { background-color: rgb(205,226,93); }
div.DivClassName
{
background-color: #CDE25D;
}
.BgClassName
{
background-color: #CDE25D;
}
</style>
border-color css
<style>
span { border-color: #CDE25D; }
span { border-color: rgb(205,226,93); }
td.TdClassName
{
border-color: #CDE25D;
}
.TagClassName
{
border-color: #CDE25D;
}
</style>