Shades of Mindaro #D0ED58
Tints of Mindaro #D0ED58
RGB
CMYK
RGB Variations
Color information
#D0ED58 (or 0xD0ED58) is known color: Mindaro. HEX triplet: D0, ED and 58. RGB value is (208,237,88). Sum of RGB (Red+Green+Blue) = 208+237+88=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED58 is #2F12A7. Grayscale: #D3D3D3. Windows color (decimal): -3084968 or 5828048. OLE color: 5828048.
HSL color Cylindrical-coordinate representation of color #D0ED58: hue angle of 71.68º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0ED58 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 88 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.07 |
| HSL | 71.68º | 0.81% | 0.64% | - |
| HSV(B) | 71.68º | 0.63% | 0.93% | - |
| XYZ | 58.06 | 74.68 | 20.59 | - |
| YUV | 211.34 | 58.39 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 88 | 0.12 | 0 | 0.63 | 0.07 | 71.68 | 0.81 | 0.64 |
| Hex | D0 | ED | 58 | C | 0 | 3F | 7 | 48 | 51 | 40 |
| Octal | 320 | 355 | 130 | 14 | 0 | 77 | 7 | 110 | 121 | 100 |
| Binary | 11010000 | 11101101 | 1011000 | 1100 | 0 | 111111 | 111 | 1001000 | 1010001 | 1000000 |
Color Harmonies of #D0ED58
Complementary color
Monochromatic Colors of #D0ED58
Black with #D0ED58
Text Example
Text Example
White with #D0ED58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED58; }
p { color: rgb(208,237,88); }
H1.HeaderClassName
{
color: #D0ED58;
}
.AnyTagClassName
{
color: #D0ED58;
}
</style>
background-color css
<style>
a { background-color: #D0ED58; }
a { background-color: rgb(208,237,88); }
div.DivClassName
{
background-color: #D0ED58;
}
.BgClassName
{
background-color: #D0ED58;
}
</style>
border-color css
<style>
span { border-color: #D0ED58; }
span { border-color: rgb(208,237,88); }
td.TdClassName
{
border-color: #D0ED58;
}
.TagClassName
{
border-color: #D0ED58;
}
</style>