Shades of Mindaro #CDE757
Tints of Mindaro #CDE757
RGB
CMYK
RGB Variations
Color information
#CDE757 (or 0xCDE757) is known color: Mindaro. HEX triplet: CD, E7 and 57. RGB value is (205,231,87). Sum of RGB (Red+Green+Blue) = 205+231+87=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE757 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE757 is #3218A8. Grayscale: #CFCFCF. Windows color (decimal): -3283113 or 5760973. OLE color: 5760973.
HSL color Cylindrical-coordinate representation of color #CDE757: hue angle of 70.83º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDE757 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 87 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.09 |
| HSL | 70.83º | 0.75% | 0.62% | - |
| HSV(B) | 70.83º | 0.62% | 0.91% | - |
| XYZ | 55.47 | 70.82 | 19.76 | - |
| YUV | 206.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 87 | 0.11 | 0 | 0.62 | 0.09 | 70.83 | 0.75 | 0.62 |
| Hex | CD | E7 | 57 | B | 0 | 3E | 9 | 47 | 4B | 3E |
| Octal | 315 | 347 | 127 | 13 | 0 | 76 | 11 | 107 | 113 | 76 |
| Binary | 11001101 | 11100111 | 1010111 | 1011 | 0 | 111110 | 1001 | 1000111 | 1001011 | 111110 |
Color Harmonies of #CDE757
Complementary color
Monochromatic Colors of #CDE757
Black with #CDE757
Text Example
Text Example
White with #CDE757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE757; }
p { color: rgb(205,231,87); }
H1.HeaderClassName
{
color: #CDE757;
}
.AnyTagClassName
{
color: #CDE757;
}
</style>
background-color css
<style>
a { background-color: #CDE757; }
a { background-color: rgb(205,231,87); }
div.DivClassName
{
background-color: #CDE757;
}
.BgClassName
{
background-color: #CDE757;
}
</style>
border-color css
<style>
span { border-color: #CDE757; }
span { border-color: rgb(205,231,87); }
td.TdClassName
{
border-color: #CDE757;
}
.TagClassName
{
border-color: #CDE757;
}
</style>