Shades of Mindaro #D0ED52
Tints of Mindaro #D0ED52
RGB
CMYK
RGB Variations
Color information
#D0ED52 (or 0xD0ED52) is known color: Mindaro. HEX triplet: D0, ED and 52. RGB value is (208,237,82). Sum of RGB (Red+Green+Blue) = 208+237+82=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED52 is #2F12AD. Grayscale: #D3D3D3. Windows color (decimal): -3084974 or 5434832. OLE color: 5434832.
HSL color Cylindrical-coordinate representation of color #D0ED52: hue angle of 71.23º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0ED52 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 82 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.07 |
| HSL | 71.23º | 0.81% | 0.63% | - |
| HSV(B) | 71.23º | 0.65% | 0.93% | - |
| XYZ | 57.82 | 74.59 | 19.33 | - |
| YUV | 210.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 82 | 0.12 | 0 | 0.65 | 0.07 | 71.23 | 0.81 | 0.63 |
| Hex | D0 | ED | 52 | C | 0 | 41 | 7 | 47 | 51 | 3F |
| Octal | 320 | 355 | 122 | 14 | 0 | 101 | 7 | 107 | 121 | 77 |
| Binary | 11010000 | 11101101 | 1010010 | 1100 | 0 | 1000001 | 111 | 1000111 | 1010001 | 111111 |
Color Harmonies of #D0ED52
Complementary color
Monochromatic Colors of #D0ED52
Black with #D0ED52
Text Example
Text Example
White with #D0ED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED52; }
p { color: rgb(208,237,82); }
H1.HeaderClassName
{
color: #D0ED52;
}
.AnyTagClassName
{
color: #D0ED52;
}
</style>
background-color css
<style>
a { background-color: #D0ED52; }
a { background-color: rgb(208,237,82); }
div.DivClassName
{
background-color: #D0ED52;
}
.BgClassName
{
background-color: #D0ED52;
}
</style>
border-color css
<style>
span { border-color: #D0ED52; }
span { border-color: rgb(208,237,82); }
td.TdClassName
{
border-color: #D0ED52;
}
.TagClassName
{
border-color: #D0ED52;
}
</style>