Shades of Mindaro #CDE667
Tints of Mindaro #CDE667
RGB
CMYK
RGB Variations
Color information
#CDE667 (or 0xCDE667) is known color: Mindaro. HEX triplet: CD, E6 and 67. RGB value is (205,230,103). Sum of RGB (Red+Green+Blue) = 205+230+103=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE667 is #321998. Grayscale: #D0D0D0. Windows color (decimal): -3283353 or 6809293. OLE color: 6809293.
HSL color Cylindrical-coordinate representation of color #CDE667: hue angle of 71.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE667 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 103 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.10 |
| HSL | 71.81º | 0.72% | 0.65% | - |
| HSV(B) | 71.81º | 0.55% | 0.9% | - |
| XYZ | 55.92 | 70.55 | 23.5 | - |
| YUV | 208.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 103 | 0.11 | 0 | 0.55 | 0.10 | 71.81 | 0.72 | 0.65 |
| Hex | CD | E6 | 67 | B | 0 | 37 | A | 48 | 48 | 41 |
| Octal | 315 | 346 | 147 | 13 | 0 | 67 | 12 | 110 | 110 | 101 |
| Binary | 11001101 | 11100110 | 1100111 | 1011 | 0 | 110111 | 1010 | 1001000 | 1001000 | 1000001 |
Color Harmonies of #CDE667
Complementary color
Monochromatic Colors of #CDE667
Black with #CDE667
Text Example
Text Example
White with #CDE667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE667; }
p { color: rgb(205,230,103); }
H1.HeaderClassName
{
color: #CDE667;
}
.AnyTagClassName
{
color: #CDE667;
}
</style>
background-color css
<style>
a { background-color: #CDE667; }
a { background-color: rgb(205,230,103); }
div.DivClassName
{
background-color: #CDE667;
}
.BgClassName
{
background-color: #CDE667;
}
</style>
border-color css
<style>
span { border-color: #CDE667; }
span { border-color: rgb(205,230,103); }
td.TdClassName
{
border-color: #CDE667;
}
.TagClassName
{
border-color: #CDE667;
}
</style>