Shades of Mindaro #CDE35F
Tints of Mindaro #CDE35F
RGB
CMYK
RGB Variations
Color information
#CDE35F (or 0xCDE35F) is known color: Mindaro. HEX triplet: CD, E3 and 5F. RGB value is (205,227,95). Sum of RGB (Red+Green+Blue) = 205+227+95=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE35F is #321CA0. Grayscale: #CDCDCD. Windows color (decimal): -3284129 or 6284237. OLE color: 6284237.
HSL color Cylindrical-coordinate representation of color #CDE35F: hue angle of 70º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDE35F is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 95 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.11 |
| HSL | 70º | 0.7% | 0.63% | - |
| HSV(B) | 70º | 0.58% | 0.89% | - |
| XYZ | 54.71 | 68.74 | 21.21 | - |
| YUV | 205.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 95 | 0.10 | 0 | 0.58 | 0.11 | 70 | 0.7 | 0.63 |
| Hex | CD | E3 | 5F | A | 0 | 3A | B | 46 | 46 | 3F |
| Octal | 315 | 343 | 137 | 12 | 0 | 72 | 13 | 106 | 106 | 77 |
| Binary | 11001101 | 11100011 | 1011111 | 1010 | 0 | 111010 | 1011 | 1000110 | 1000110 | 111111 |
Color Harmonies of #CDE35F
Complementary color
Monochromatic Colors of #CDE35F
Black with #CDE35F
Text Example
Text Example
White with #CDE35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE35F; }
p { color: rgb(205,227,95); }
H1.HeaderClassName
{
color: #CDE35F;
}
.AnyTagClassName
{
color: #CDE35F;
}
</style>
background-color css
<style>
a { background-color: #CDE35F; }
a { background-color: rgb(205,227,95); }
div.DivClassName
{
background-color: #CDE35F;
}
.BgClassName
{
background-color: #CDE35F;
}
</style>
border-color css
<style>
span { border-color: #CDE35F; }
span { border-color: rgb(205,227,95); }
td.TdClassName
{
border-color: #CDE35F;
}
.TagClassName
{
border-color: #CDE35F;
}
</style>