Shades of Mindaro #CDE968
Tints of Mindaro #CDE968
RGB
CMYK
RGB Variations
Color information
#CDE968 (or 0xCDE968) is known color: Mindaro. HEX triplet: CD, E9 and 68. RGB value is (205,233,104). Sum of RGB (Red+Green+Blue) = 205+233+104=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE968 is #321697. Grayscale: #D2D2D2. Windows color (decimal): -3282584 or 6875597. OLE color: 6875597.
HSL color Cylindrical-coordinate representation of color #CDE968: hue angle of 73.02º degrees, saturation: 0.75, 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 #CDE968 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 104 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.09 |
| HSL | 73.02º | 0.75% | 0.66% | - |
| HSV(B) | 73.02º | 0.55% | 0.91% | - |
| XYZ | 56.81 | 72.26 | 24.05 | - |
| YUV | 209.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 104 | 0.12 | 0 | 0.55 | 0.09 | 73.02 | 0.75 | 0.66 |
| Hex | CD | E9 | 68 | C | 0 | 37 | 9 | 49 | 4B | 42 |
| Octal | 315 | 351 | 150 | 14 | 0 | 67 | 11 | 111 | 113 | 102 |
| Binary | 11001101 | 11101001 | 1101000 | 1100 | 0 | 110111 | 1001 | 1001001 | 1001011 | 1000010 |
Color Harmonies of #CDE968
Complementary color
Monochromatic Colors of #CDE968
Black with #CDE968
Text Example
Text Example
White with #CDE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE968; }
p { color: rgb(205,233,104); }
H1.HeaderClassName
{
color: #CDE968;
}
.AnyTagClassName
{
color: #CDE968;
}
</style>
background-color css
<style>
a { background-color: #CDE968; }
a { background-color: rgb(205,233,104); }
div.DivClassName
{
background-color: #CDE968;
}
.BgClassName
{
background-color: #CDE968;
}
</style>
border-color css
<style>
span { border-color: #CDE968; }
span { border-color: rgb(205,233,104); }
td.TdClassName
{
border-color: #CDE968;
}
.TagClassName
{
border-color: #CDE968;
}
</style>