Shades of Mindaro #D3EE5E
Tints of Mindaro #D3EE5E
RGB
CMYK
RGB Variations
Color information
#D3EE5E (or 0xD3EE5E) is known color: Mindaro. HEX triplet: D3, EE and 5E. RGB value is (211,238,94). Sum of RGB (Red+Green+Blue) = 211+238+94=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EE5E is #2C11A1. Grayscale: #D6D6D6. Windows color (decimal): -2888098 or 6221523. OLE color: 6221523.
HSL color Cylindrical-coordinate representation of color #D3EE5E: hue angle of 71.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3EE5E is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 238 | 94 | - |
CMYK | 0.11 | 0 | 0.61 | 0.07 |
HSL | 71.25º | 0.81% | 0.65% | - |
HSV(B) | 71.25º | 0.61% | 0.93% | - |
XYZ | 59.46 | 75.81 | 22.09 | - |
YUV | 213.51 | 60.55 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 238 | 94 | 0.11 | 0 | 0.61 | 0.07 | 71.25 | 0.81 | 0.65 |
Hex | D3 | EE | 5E | B | 0 | 3D | 7 | 47 | 51 | 41 |
Octal | 323 | 356 | 136 | 13 | 0 | 75 | 7 | 107 | 121 | 101 |
Binary | 11010011 | 11101110 | 1011110 | 1011 | 0 | 111101 | 111 | 1000111 | 1010001 | 1000001 |
Color Harmonies of #D3EE5E
Complementary color
Monochromatic Colors of #D3EE5E
Black with #D3EE5E
Text Example
Text Example
White with #D3EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE5E; }
p { color: rgb(211,238,94); }
H1.HeaderClassName
{
color: #D3EE5E;
}
.AnyTagClassName
{
color: #D3EE5E;
}
</style>
background-color css
<style>
a { background-color: #D3EE5E; }
a { background-color: rgb(211,238,94); }
div.DivClassName
{
background-color: #D3EE5E;
}
.BgClassName
{
background-color: #D3EE5E;
}
</style>
border-color css
<style>
span { border-color: #D3EE5E; }
span { border-color: rgb(211,238,94); }
td.TdClassName
{
border-color: #D3EE5E;
}
.TagClassName
{
border-color: #D3EE5E;
}
</style>