Shades of Mindaro #D0F062
Tints of Mindaro #D0F062
RGB
CMYK
RGB Variations
Color information
#D0F062 (or 0xD0F062) is known color: Mindaro. HEX triplet: D0, F0 and 62. RGB value is (208,240,98). Sum of RGB (Red+Green+Blue) = 208+240+98=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F062 is #2F0F9D. Grayscale: #D6D6D6. Windows color (decimal): -3084190 or 6484176. OLE color: 6484176.
HSL color Cylindrical-coordinate representation of color #D0F062: hue angle of 73.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0F062 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 98 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.06 |
| HSL | 73.52º | 0.83% | 0.66% | - |
| HSV(B) | 73.52º | 0.59% | 0.94% | - |
| XYZ | 59.38 | 76.61 | 23.21 | - |
| YUV | 214.24 | 62.4 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 98 | 0.13 | 0 | 0.59 | 0.06 | 73.52 | 0.83 | 0.66 |
| Hex | D0 | F0 | 62 | D | 0 | 3B | 6 | 4A | 53 | 42 |
| Octal | 320 | 360 | 142 | 15 | 0 | 73 | 6 | 112 | 123 | 102 |
| Binary | 11010000 | 11110000 | 1100010 | 1101 | 0 | 111011 | 110 | 1001010 | 1010011 | 1000010 |
Color Harmonies of #D0F062
Complementary color
Monochromatic Colors of #D0F062
Black with #D0F062
Text Example
Text Example
White with #D0F062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F062; }
p { color: rgb(208,240,98); }
H1.HeaderClassName
{
color: #D0F062;
}
.AnyTagClassName
{
color: #D0F062;
}
</style>
background-color css
<style>
a { background-color: #D0F062; }
a { background-color: rgb(208,240,98); }
div.DivClassName
{
background-color: #D0F062;
}
.BgClassName
{
background-color: #D0F062;
}
</style>
border-color css
<style>
span { border-color: #D0F062; }
span { border-color: rgb(208,240,98); }
td.TdClassName
{
border-color: #D0F062;
}
.TagClassName
{
border-color: #D0F062;
}
</style>