Shades of Mindaro #D3FF62
Tints of Mindaro #D3FF62
RGB
CMYK
RGB Variations
Color information
#D3FF62 (or 0xD3FF62) is known color: Mindaro. HEX triplet: D3, FF and 62. RGB value is (211,255,98). Sum of RGB (Red+Green+Blue) = 211+255+98=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF62 is #2C009D. Grayscale: #E0E0E0. Windows color (decimal): -2883742 or 6488019. OLE color: 6488019.
HSL color Cylindrical-coordinate representation of color #D3FF62: hue angle of 76.82º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3FF62 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 98 | - |
| CMYK | 0.17 | 0 | 0.62 | 0 |
| HSL | 76.82º | 1% | 0.69% | - |
| HSV(B) | 76.82º | 0.62% | 1% | - |
| XYZ | 64.83 | 86.25 | 24.79 | - |
| YUV | 223.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 98 | 0.17 | 0 | 0.62 | 0 | 76.82 | 1 | 0.69 |
| Hex | D3 | FF | 62 | 11 | 0 | 3E | 0 | 4D | 64 | 45 |
| Octal | 323 | 377 | 142 | 21 | 0 | 76 | 0 | 115 | 144 | 105 |
| Binary | 11010011 | 11111111 | 1100010 | 10001 | 0 | 111110 | 0 | 1001101 | 1100100 | 1000101 |
Color Harmonies of #D3FF62
Complementary color
Monochromatic Colors of #D3FF62
Black with #D3FF62
Text Example
Text Example
White with #D3FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF62; }
p { color: rgb(211,255,98); }
H1.HeaderClassName
{
color: #D3FF62;
}
.AnyTagClassName
{
color: #D3FF62;
}
</style>
background-color css
<style>
a { background-color: #D3FF62; }
a { background-color: rgb(211,255,98); }
div.DivClassName
{
background-color: #D3FF62;
}
.BgClassName
{
background-color: #D3FF62;
}
</style>
border-color css
<style>
span { border-color: #D3FF62; }
span { border-color: rgb(211,255,98); }
td.TdClassName
{
border-color: #D3FF62;
}
.TagClassName
{
border-color: #D3FF62;
}
</style>