Shades of Mindaro #D3EE69
Tints of Mindaro #D3EE69
RGB
CMYK
RGB Variations
Color information
#D3EE69 (or 0xD3EE69) is known color: Mindaro. HEX triplet: D3, EE and 69. RGB value is (211,238,105). Sum of RGB (Red+Green+Blue) = 211+238+105=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EE69 is #2C1196. Grayscale: #D7D7D7. Windows color (decimal): -2888087 or 6942419. OLE color: 6942419.
HSL color Cylindrical-coordinate representation of color #D3EE69: hue angle of 72.18º 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 #D3EE69 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 105 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.07 |
| HSL | 72.18º | 0.8% | 0.67% | - |
| HSV(B) | 72.18º | 0.56% | 0.93% | - |
| XYZ | 59.99 | 76.02 | 24.88 | - |
| YUV | 214.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 105 | 0.11 | 0 | 0.56 | 0.07 | 72.18 | 0.8 | 0.67 |
| Hex | D3 | EE | 69 | B | 0 | 38 | 7 | 48 | 50 | 43 |
| Octal | 323 | 356 | 151 | 13 | 0 | 70 | 7 | 110 | 120 | 103 |
| Binary | 11010011 | 11101110 | 1101001 | 1011 | 0 | 111000 | 111 | 1001000 | 1010000 | 1000011 |
Color Harmonies of #D3EE69
Complementary color
Monochromatic Colors of #D3EE69
Black with #D3EE69
Text Example
Text Example
White with #D3EE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE69; }
p { color: rgb(211,238,105); }
H1.HeaderClassName
{
color: #D3EE69;
}
.AnyTagClassName
{
color: #D3EE69;
}
</style>
background-color css
<style>
a { background-color: #D3EE69; }
a { background-color: rgb(211,238,105); }
div.DivClassName
{
background-color: #D3EE69;
}
.BgClassName
{
background-color: #D3EE69;
}
</style>
border-color css
<style>
span { border-color: #D3EE69; }
span { border-color: rgb(211,238,105); }
td.TdClassName
{
border-color: #D3EE69;
}
.TagClassName
{
border-color: #D3EE69;
}
</style>