Shades of Mindaro #D3F262
Tints of Mindaro #D3F262
RGB
CMYK
RGB Variations
Color information
#D3F262 (or 0xD3F262) is known color: Mindaro. HEX triplet: D3, F2 and 62. RGB value is (211,242,98). Sum of RGB (Red+Green+Blue) = 211+242+98=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F262 is #2C0D9D. Grayscale: #D8D8D8. Windows color (decimal): -2887070 or 6484691. OLE color: 6484691.
HSL color Cylindrical-coordinate representation of color #D3F262: hue angle of 72.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F262 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 98 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.05 |
| HSL | 72.92º | 0.85% | 0.67% | - |
| HSV(B) | 72.92º | 0.6% | 0.95% | - |
| XYZ | 60.82 | 78.23 | 23.45 | - |
| YUV | 216.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 98 | 0.13 | 0 | 0.60 | 0.05 | 72.92 | 0.85 | 0.67 |
| Hex | D3 | F2 | 62 | D | 0 | 3C | 5 | 49 | 55 | 43 |
| Octal | 323 | 362 | 142 | 15 | 0 | 74 | 5 | 111 | 125 | 103 |
| Binary | 11010011 | 11110010 | 1100010 | 1101 | 0 | 111100 | 101 | 1001001 | 1010101 | 1000011 |
Color Harmonies of #D3F262
Complementary color
Monochromatic Colors of #D3F262
Black with #D3F262
Text Example
Text Example
White with #D3F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F262; }
p { color: rgb(211,242,98); }
H1.HeaderClassName
{
color: #D3F262;
}
.AnyTagClassName
{
color: #D3F262;
}
</style>
background-color css
<style>
a { background-color: #D3F262; }
a { background-color: rgb(211,242,98); }
div.DivClassName
{
background-color: #D3F262;
}
.BgClassName
{
background-color: #D3F262;
}
</style>
border-color css
<style>
span { border-color: #D3F262; }
span { border-color: rgb(211,242,98); }
td.TdClassName
{
border-color: #D3F262;
}
.TagClassName
{
border-color: #D3F262;
}
</style>