Shades of Mindaro #D0F25D
Tints of Mindaro #D0F25D
RGB
CMYK
RGB Variations
Color information
#D0F25D (or 0xD0F25D) is known color: Mindaro. HEX triplet: D0, F2 and 5D. RGB value is (208,242,93). Sum of RGB (Red+Green+Blue) = 208+242+93=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F25D is #2F0DA2. Grayscale: #D7D7D7. Windows color (decimal): -3083683 or 6157008. OLE color: 6157008.
HSL color Cylindrical-coordinate representation of color #D0F25D: hue angle of 73.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0F25D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 93 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.05 |
| HSL | 73.69º | 0.85% | 0.66% | - |
| HSV(B) | 73.69º | 0.62% | 0.95% | - |
| XYZ | 59.74 | 77.7 | 22.21 | - |
| YUV | 214.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 93 | 0.14 | 0 | 0.62 | 0.05 | 73.69 | 0.85 | 0.66 |
| Hex | D0 | F2 | 5D | E | 0 | 3E | 5 | 4A | 55 | 42 |
| Octal | 320 | 362 | 135 | 16 | 0 | 76 | 5 | 112 | 125 | 102 |
| Binary | 11010000 | 11110010 | 1011101 | 1110 | 0 | 111110 | 101 | 1001010 | 1010101 | 1000010 |
Color Harmonies of #D0F25D
Complementary color
Monochromatic Colors of #D0F25D
Black with #D0F25D
Text Example
Text Example
White with #D0F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F25D; }
p { color: rgb(208,242,93); }
H1.HeaderClassName
{
color: #D0F25D;
}
.AnyTagClassName
{
color: #D0F25D;
}
</style>
background-color css
<style>
a { background-color: #D0F25D; }
a { background-color: rgb(208,242,93); }
div.DivClassName
{
background-color: #D0F25D;
}
.BgClassName
{
background-color: #D0F25D;
}
</style>
border-color css
<style>
span { border-color: #D0F25D; }
span { border-color: rgb(208,242,93); }
td.TdClassName
{
border-color: #D0F25D;
}
.TagClassName
{
border-color: #D0F25D;
}
</style>