Shades of Mindaro #D2E368
Tints of Mindaro #D2E368
RGB
CMYK
RGB Variations
Color information
#D2E368 (or 0xD2E368) is known color: Mindaro. HEX triplet: D2, E3 and 68. RGB value is (210,227,104). Sum of RGB (Red+Green+Blue) = 210+227+104=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E368 is #2D1C97. Grayscale: #D0D0D0. Windows color (decimal): -2956440 or 6874066. OLE color: 6874066.
HSL color Cylindrical-coordinate representation of color #D2E368: hue angle of 68.29º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2E368 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 104 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.11 |
| HSL | 68.29º | 0.69% | 0.65% | - |
| HSV(B) | 68.29º | 0.54% | 0.89% | - |
| XYZ | 56.55 | 69.64 | 23.56 | - |
| YUV | 207.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 104 | 0.07 | 0 | 0.54 | 0.11 | 68.29 | 0.69 | 0.65 |
| Hex | D2 | E3 | 68 | 7 | 0 | 36 | B | 44 | 45 | 41 |
| Octal | 322 | 343 | 150 | 7 | 0 | 66 | 13 | 104 | 105 | 101 |
| Binary | 11010010 | 11100011 | 1101000 | 111 | 0 | 110110 | 1011 | 1000100 | 1000101 | 1000001 |
Color Harmonies of #D2E368
Complementary color
Monochromatic Colors of #D2E368
Black with #D2E368
Text Example
Text Example
White with #D2E368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E368; }
p { color: rgb(210,227,104); }
H1.HeaderClassName
{
color: #D2E368;
}
.AnyTagClassName
{
color: #D2E368;
}
</style>
background-color css
<style>
a { background-color: #D2E368; }
a { background-color: rgb(210,227,104); }
div.DivClassName
{
background-color: #D2E368;
}
.BgClassName
{
background-color: #D2E368;
}
</style>
border-color css
<style>
span { border-color: #D2E368; }
span { border-color: rgb(210,227,104); }
td.TdClassName
{
border-color: #D2E368;
}
.TagClassName
{
border-color: #D2E368;
}
</style>