Shades of Mindaro #D0ED6A
Tints of Mindaro #D0ED6A
RGB
CMYK
RGB Variations
Color information
#D0ED6A (or 0xD0ED6A) is known color: Mindaro. HEX triplet: D0, ED and 6A. RGB value is (208,237,106). Sum of RGB (Red+Green+Blue) = 208+237+106=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED6A is #2F1295. Grayscale: #D5D5D5. Windows color (decimal): -3084950 or 7007696. OLE color: 7007696.
HSL color Cylindrical-coordinate representation of color #D0ED6A: hue angle of 73.28º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0ED6A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 106 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.07 |
| HSL | 73.28º | 0.78% | 0.67% | - |
| HSV(B) | 73.28º | 0.55% | 0.93% | - |
| XYZ | 58.9 | 75.02 | 25.01 | - |
| YUV | 213.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 106 | 0.12 | 0 | 0.55 | 0.07 | 73.28 | 0.78 | 0.67 |
| Hex | D0 | ED | 6A | C | 0 | 37 | 7 | 49 | 4E | 43 |
| Octal | 320 | 355 | 152 | 14 | 0 | 67 | 7 | 111 | 116 | 103 |
| Binary | 11010000 | 11101101 | 1101010 | 1100 | 0 | 110111 | 111 | 1001001 | 1001110 | 1000011 |
Color Harmonies of #D0ED6A
Complementary color
Monochromatic Colors of #D0ED6A
Black with #D0ED6A
Text Example
Text Example
White with #D0ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ED6A; }
p { color: rgb(208,237,106); }
H1.HeaderClassName
{
color: #D0ED6A;
}
.AnyTagClassName
{
color: #D0ED6A;
}
</style>
background-color css
<style>
a { background-color: #D0ED6A; }
a { background-color: rgb(208,237,106); }
div.DivClassName
{
background-color: #D0ED6A;
}
.BgClassName
{
background-color: #D0ED6A;
}
</style>
border-color css
<style>
span { border-color: #D0ED6A; }
span { border-color: rgb(208,237,106); }
td.TdClassName
{
border-color: #D0ED6A;
}
.TagClassName
{
border-color: #D0ED6A;
}
</style>