Shades of Mindaro #CDED68
Tints of Mindaro #CDED68
RGB
CMYK
RGB Variations
Color information
#CDED68 (or 0xCDED68) is known color: Mindaro. HEX triplet: CD, ED and 68. RGB value is (205,237,104). Sum of RGB (Red+Green+Blue) = 205+237+104=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDED68 is #321297. Grayscale: #D4D4D4. Windows color (decimal): -3281560 or 6876621. OLE color: 6876621.
HSL color Cylindrical-coordinate representation of color #CDED68: hue angle of 74.44º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDED68 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 104 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.07 |
| HSL | 74.44º | 0.79% | 0.67% | - |
| HSV(B) | 74.44º | 0.56% | 0.93% | - |
| XYZ | 57.96 | 74.55 | 24.43 | - |
| YUV | 212.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 104 | 0.14 | 0 | 0.56 | 0.07 | 74.44 | 0.79 | 0.67 |
| Hex | CD | ED | 68 | E | 0 | 38 | 7 | 4A | 4F | 43 |
| Octal | 315 | 355 | 150 | 16 | 0 | 70 | 7 | 112 | 117 | 103 |
| Binary | 11001101 | 11101101 | 1101000 | 1110 | 0 | 111000 | 111 | 1001010 | 1001111 | 1000011 |
Color Harmonies of #CDED68
Complementary color
Monochromatic Colors of #CDED68
Black with #CDED68
Text Example
Text Example
White with #CDED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDED68; }
p { color: rgb(205,237,104); }
H1.HeaderClassName
{
color: #CDED68;
}
.AnyTagClassName
{
color: #CDED68;
}
</style>
background-color css
<style>
a { background-color: #CDED68; }
a { background-color: rgb(205,237,104); }
div.DivClassName
{
background-color: #CDED68;
}
.BgClassName
{
background-color: #CDED68;
}
</style>
border-color css
<style>
span { border-color: #CDED68; }
span { border-color: rgb(205,237,104); }
td.TdClassName
{
border-color: #CDED68;
}
.TagClassName
{
border-color: #CDED68;
}
</style>