Shades of Mindaro #DCEE69
Tints of Mindaro #DCEE69
RGB
CMYK
RGB Variations
Color information
#DCEE69 (or 0xDCEE69) is known color: Mindaro. HEX triplet: DC, EE and 69. RGB value is (220,238,105). Sum of RGB (Red+Green+Blue) = 220+238+105=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 105 (41.41% from 255 or 18.65% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE69 is #231196. Grayscale: #D9D9D9. Windows color (decimal): -2298263 or 6942428. OLE color: 6942428.
HSL color Cylindrical-coordinate representation of color #DCEE69: hue angle of 68.12º degrees, saturation: 0.8, 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 #DCEE69 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 105 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.07 |
| HSL | 68.12º | 0.8% | 0.67% | - |
| HSV(B) | 68.12º | 0.56% | 0.93% | - |
| XYZ | 62.64 | 77.38 | 25 | - |
| YUV | 217.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 105 | 0.08 | 0 | 0.56 | 0.07 | 68.12 | 0.8 | 0.67 |
| Hex | DC | EE | 69 | 8 | 0 | 38 | 7 | 44 | 50 | 43 |
| Octal | 334 | 356 | 151 | 10 | 0 | 70 | 7 | 104 | 120 | 103 |
| Binary | 11011100 | 11101110 | 1101001 | 1000 | 0 | 111000 | 111 | 1000100 | 1010000 | 1000011 |
Color Harmonies of #DCEE69
Complementary color
Monochromatic Colors of #DCEE69
Black with #DCEE69
Text Example
Text Example
White with #DCEE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE69; }
p { color: rgb(220,238,105); }
H1.HeaderClassName
{
color: #DCEE69;
}
.AnyTagClassName
{
color: #DCEE69;
}
</style>
background-color css
<style>
a { background-color: #DCEE69; }
a { background-color: rgb(220,238,105); }
div.DivClassName
{
background-color: #DCEE69;
}
.BgClassName
{
background-color: #DCEE69;
}
</style>
border-color css
<style>
span { border-color: #DCEE69; }
span { border-color: rgb(220,238,105); }
td.TdClassName
{
border-color: #DCEE69;
}
.TagClassName
{
border-color: #DCEE69;
}
</style>