Shades of Mindaro #D3FC6A
Tints of Mindaro #D3FC6A
RGB
CMYK
RGB Variations
Color information
#D3FC6A (or 0xD3FC6A) is known color: Mindaro. HEX triplet: D3, FC and 6A. RGB value is (211,252,106). Sum of RGB (Red+Green+Blue) = 211+252+106=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC6A is #2C0395. Grayscale: #DFDFDF. Windows color (decimal): -2884502 or 7011539. OLE color: 7011539.
HSL color Cylindrical-coordinate representation of color #D3FC6A: hue angle of 76.85º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3FC6A is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 106 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.01 |
| HSL | 76.85º | 0.96% | 0.7% | - |
| HSV(B) | 76.85º | 0.58% | 0.99% | - |
| XYZ | 64.28 | 84.51 | 26.56 | - |
| YUV | 223.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 106 | 0.16 | 0 | 0.58 | 0.01 | 76.85 | 0.96 | 0.7 |
| Hex | D3 | FC | 6A | 10 | 0 | 3A | 1 | 4D | 60 | 46 |
| Octal | 323 | 374 | 152 | 20 | 0 | 72 | 1 | 115 | 140 | 106 |
| Binary | 11010011 | 11111100 | 1101010 | 10000 | 0 | 111010 | 1 | 1001101 | 1100000 | 1000110 |
Color Harmonies of #D3FC6A
Complementary color
Monochromatic Colors of #D3FC6A
Black with #D3FC6A
Text Example
Text Example
White with #D3FC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC6A; }
p { color: rgb(211,252,106); }
H1.HeaderClassName
{
color: #D3FC6A;
}
.AnyTagClassName
{
color: #D3FC6A;
}
</style>
background-color css
<style>
a { background-color: #D3FC6A; }
a { background-color: rgb(211,252,106); }
div.DivClassName
{
background-color: #D3FC6A;
}
.BgClassName
{
background-color: #D3FC6A;
}
</style>
border-color css
<style>
span { border-color: #D3FC6A; }
span { border-color: rgb(211,252,106); }
td.TdClassName
{
border-color: #D3FC6A;
}
.TagClassName
{
border-color: #D3FC6A;
}
</style>