Shades of Mindaro #D3FC68
Tints of Mindaro #D3FC68
RGB
CMYK
RGB Variations
Color information
#D3FC68 (or 0xD3FC68) is known color: Mindaro. HEX triplet: D3, FC and 68. RGB value is (211,252,104). Sum of RGB (Red+Green+Blue) = 211+252+104=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FC68 is #2C0397. Grayscale: #DFDFDF. Windows color (decimal): -2884504 or 6880467. OLE color: 6880467.
HSL color Cylindrical-coordinate representation of color #D3FC68: hue angle of 76.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3FC68 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 104 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.01 |
| HSL | 76.62º | 0.96% | 0.7% | - |
| HSV(B) | 76.62º | 0.59% | 0.99% | - |
| XYZ | 64.17 | 84.47 | 26.02 | - |
| YUV | 222.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 104 | 0.16 | 0 | 0.59 | 0.01 | 76.62 | 0.96 | 0.7 |
| Hex | D3 | FC | 68 | 10 | 0 | 3B | 1 | 4D | 60 | 46 |
| Octal | 323 | 374 | 150 | 20 | 0 | 73 | 1 | 115 | 140 | 106 |
| Binary | 11010011 | 11111100 | 1101000 | 10000 | 0 | 111011 | 1 | 1001101 | 1100000 | 1000110 |
Color Harmonies of #D3FC68
Complementary color
Monochromatic Colors of #D3FC68
Black with #D3FC68
Text Example
Text Example
White with #D3FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FC68; }
p { color: rgb(211,252,104); }
H1.HeaderClassName
{
color: #D3FC68;
}
.AnyTagClassName
{
color: #D3FC68;
}
</style>
background-color css
<style>
a { background-color: #D3FC68; }
a { background-color: rgb(211,252,104); }
div.DivClassName
{
background-color: #D3FC68;
}
.BgClassName
{
background-color: #D3FC68;
}
</style>
border-color css
<style>
span { border-color: #D3FC68; }
span { border-color: rgb(211,252,104); }
td.TdClassName
{
border-color: #D3FC68;
}
.TagClassName
{
border-color: #D3FC68;
}
</style>