Shades of Mindaro #D3FC66
Tints of Mindaro #D3FC66
RGB
CMYK
RGB Variations
Color information
#D3FC66 (or 0xD3FC66) is known color: Mindaro. HEX triplet: D3, FC and 66. RGB value is (211,252,102). Sum of RGB (Red+Green+Blue) = 211+252+102=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC66 is #2C0399. Grayscale: #DFDFDF. Windows color (decimal): -2884506 or 6749395. OLE color: 6749395.
HSL color Cylindrical-coordinate representation of color #D3FC66: hue angle of 76.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3FC66 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 102 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.01 |
| HSL | 76.4º | 0.96% | 0.69% | - |
| HSV(B) | 76.4º | 0.6% | 0.99% | - |
| XYZ | 64.07 | 84.43 | 25.49 | - |
| YUV | 222.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 102 | 0.16 | 0 | 0.60 | 0.01 | 76.4 | 0.96 | 0.69 |
| Hex | D3 | FC | 66 | 10 | 0 | 3C | 1 | 4C | 60 | 45 |
| Octal | 323 | 374 | 146 | 20 | 0 | 74 | 1 | 114 | 140 | 105 |
| Binary | 11010011 | 11111100 | 1100110 | 10000 | 0 | 111100 | 1 | 1001100 | 1100000 | 1000101 |
Color Harmonies of #D3FC66
Complementary color
Monochromatic Colors of #D3FC66
Black with #D3FC66
Text Example
Text Example
White with #D3FC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC66; }
p { color: rgb(211,252,102); }
H1.HeaderClassName
{
color: #D3FC66;
}
.AnyTagClassName
{
color: #D3FC66;
}
</style>
background-color css
<style>
a { background-color: #D3FC66; }
a { background-color: rgb(211,252,102); }
div.DivClassName
{
background-color: #D3FC66;
}
.BgClassName
{
background-color: #D3FC66;
}
</style>
border-color css
<style>
span { border-color: #D3FC66; }
span { border-color: rgb(211,252,102); }
td.TdClassName
{
border-color: #D3FC66;
}
.TagClassName
{
border-color: #D3FC66;
}
</style>