Shades of Mindaro #CDE55F
Tints of Mindaro #CDE55F
RGB
CMYK
RGB Variations
Color information
#CDE55F (or 0xCDE55F) is known color: Mindaro. HEX triplet: CD, E5 and 5F. RGB value is (205,229,95). Sum of RGB (Red+Green+Blue) = 205+229+95=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE55F is #321AA0. Grayscale: #CFCFCF. Windows color (decimal): -3283617 or 6284749. OLE color: 6284749.
HSL color Cylindrical-coordinate representation of color #CDE55F: hue angle of 70.75º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDE55F is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 95 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.10 |
| HSL | 70.75º | 0.72% | 0.64% | - |
| HSV(B) | 70.75º | 0.59% | 0.9% | - |
| XYZ | 55.26 | 69.84 | 21.4 | - |
| YUV | 206.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 95 | 0.10 | 0 | 0.59 | 0.10 | 70.75 | 0.72 | 0.64 |
| Hex | CD | E5 | 5F | A | 0 | 3B | A | 47 | 48 | 40 |
| Octal | 315 | 345 | 137 | 12 | 0 | 73 | 12 | 107 | 110 | 100 |
| Binary | 11001101 | 11100101 | 1011111 | 1010 | 0 | 111011 | 1010 | 1000111 | 1001000 | 1000000 |
Color Harmonies of #CDE55F
Complementary color
Monochromatic Colors of #CDE55F
Black with #CDE55F
Text Example
Text Example
White with #CDE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE55F; }
p { color: rgb(205,229,95); }
H1.HeaderClassName
{
color: #CDE55F;
}
.AnyTagClassName
{
color: #CDE55F;
}
</style>
background-color css
<style>
a { background-color: #CDE55F; }
a { background-color: rgb(205,229,95); }
div.DivClassName
{
background-color: #CDE55F;
}
.BgClassName
{
background-color: #CDE55F;
}
</style>
border-color css
<style>
span { border-color: #CDE55F; }
span { border-color: rgb(205,229,95); }
td.TdClassName
{
border-color: #CDE55F;
}
.TagClassName
{
border-color: #CDE55F;
}
</style>