Shades of Mindaro #D3F062
Tints of Mindaro #D3F062
RGB
CMYK
RGB Variations
Color information
#D3F062 (or 0xD3F062) is known color: Mindaro. HEX triplet: D3, F0 and 62. RGB value is (211,240,98). Sum of RGB (Red+Green+Blue) = 211+240+98=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F062 is #2C0F9D. Grayscale: #D7D7D7. Windows color (decimal): -2887582 or 6484179. OLE color: 6484179.
HSL color Cylindrical-coordinate representation of color #D3F062: hue angle of 72.25º 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 #D3F062 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 98 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.06 |
| HSL | 72.25º | 0.83% | 0.66% | - |
| HSV(B) | 72.25º | 0.59% | 0.94% | - |
| XYZ | 60.23 | 77.05 | 23.25 | - |
| YUV | 215.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 98 | 0.12 | 0 | 0.59 | 0.06 | 72.25 | 0.83 | 0.66 |
| Hex | D3 | F0 | 62 | C | 0 | 3B | 6 | 48 | 53 | 42 |
| Octal | 323 | 360 | 142 | 14 | 0 | 73 | 6 | 110 | 123 | 102 |
| Binary | 11010011 | 11110000 | 1100010 | 1100 | 0 | 111011 | 110 | 1001000 | 1010011 | 1000010 |
Color Harmonies of #D3F062
Complementary color
Monochromatic Colors of #D3F062
Black with #D3F062
Text Example
Text Example
White with #D3F062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F062; }
p { color: rgb(211,240,98); }
H1.HeaderClassName
{
color: #D3F062;
}
.AnyTagClassName
{
color: #D3F062;
}
</style>
background-color css
<style>
a { background-color: #D3F062; }
a { background-color: rgb(211,240,98); }
div.DivClassName
{
background-color: #D3F062;
}
.BgClassName
{
background-color: #D3F062;
}
</style>
border-color css
<style>
span { border-color: #D3F062; }
span { border-color: rgb(211,240,98); }
td.TdClassName
{
border-color: #D3F062;
}
.TagClassName
{
border-color: #D3F062;
}
</style>