Shades of Mindaro #CDE768
Tints of Mindaro #CDE768
RGB
CMYK
RGB Variations
Color information
#CDE768 (or 0xCDE768) is known color: Mindaro. HEX triplet: CD, E7 and 68. RGB value is (205,231,104). Sum of RGB (Red+Green+Blue) = 205+231+104=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE768 is #321897. Grayscale: #D1D1D1. Windows color (decimal): -3283096 or 6875085. OLE color: 6875085.
HSL color Cylindrical-coordinate representation of color #CDE768: hue angle of 72.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE768 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 104 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.09 |
| HSL | 72.28º | 0.73% | 0.66% | - |
| HSV(B) | 72.28º | 0.55% | 0.91% | - |
| XYZ | 56.25 | 71.13 | 23.86 | - |
| YUV | 208.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 104 | 0.11 | 0 | 0.55 | 0.09 | 72.28 | 0.73 | 0.66 |
| Hex | CD | E7 | 68 | B | 0 | 37 | 9 | 48 | 49 | 42 |
| Octal | 315 | 347 | 150 | 13 | 0 | 67 | 11 | 110 | 111 | 102 |
| Binary | 11001101 | 11100111 | 1101000 | 1011 | 0 | 110111 | 1001 | 1001000 | 1001001 | 1000010 |
Color Harmonies of #CDE768
Complementary color
Monochromatic Colors of #CDE768
Black with #CDE768
Text Example
Text Example
White with #CDE768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE768; }
p { color: rgb(205,231,104); }
H1.HeaderClassName
{
color: #CDE768;
}
.AnyTagClassName
{
color: #CDE768;
}
</style>
background-color css
<style>
a { background-color: #CDE768; }
a { background-color: rgb(205,231,104); }
div.DivClassName
{
background-color: #CDE768;
}
.BgClassName
{
background-color: #CDE768;
}
</style>
border-color css
<style>
span { border-color: #CDE768; }
span { border-color: rgb(205,231,104); }
td.TdClassName
{
border-color: #CDE768;
}
.TagClassName
{
border-color: #CDE768;
}
</style>