Shades of Mindaro #D0EF5D
Tints of Mindaro #D0EF5D
RGB
CMYK
RGB Variations
Color information
#D0EF5D (or 0xD0EF5D) is known color: Mindaro. HEX triplet: D0, EF and 5D. RGB value is (208,239,93). Sum of RGB (Red+Green+Blue) = 208+239+93=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF5D is #2F10A2. Grayscale: #D5D5D5. Windows color (decimal): -3084451 or 6156240. OLE color: 6156240.
HSL color Cylindrical-coordinate representation of color #D0EF5D: hue angle of 72.74º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0EF5D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 93 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.06 |
| HSL | 72.74º | 0.82% | 0.65% | - |
| HSV(B) | 72.74º | 0.61% | 0.94% | - |
| XYZ | 58.85 | 75.93 | 21.91 | - |
| YUV | 213.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 93 | 0.13 | 0 | 0.61 | 0.06 | 72.74 | 0.82 | 0.65 |
| Hex | D0 | EF | 5D | D | 0 | 3D | 6 | 49 | 52 | 41 |
| Octal | 320 | 357 | 135 | 15 | 0 | 75 | 6 | 111 | 122 | 101 |
| Binary | 11010000 | 11101111 | 1011101 | 1101 | 0 | 111101 | 110 | 1001001 | 1010010 | 1000001 |
Color Harmonies of #D0EF5D
Complementary color
Monochromatic Colors of #D0EF5D
Black with #D0EF5D
Text Example
Text Example
White with #D0EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF5D; }
p { color: rgb(208,239,93); }
H1.HeaderClassName
{
color: #D0EF5D;
}
.AnyTagClassName
{
color: #D0EF5D;
}
</style>
background-color css
<style>
a { background-color: #D0EF5D; }
a { background-color: rgb(208,239,93); }
div.DivClassName
{
background-color: #D0EF5D;
}
.BgClassName
{
background-color: #D0EF5D;
}
</style>
border-color css
<style>
span { border-color: #D0EF5D; }
span { border-color: rgb(208,239,93); }
td.TdClassName
{
border-color: #D0EF5D;
}
.TagClassName
{
border-color: #D0EF5D;
}
</style>