Shades of Mindaro #D3FB63
Tints of Mindaro #D3FB63
RGB
CMYK
RGB Variations
Color information
#D3FB63 (or 0xD3FB63) is known color: Mindaro. HEX triplet: D3, FB and 63. RGB value is (211,251,99). Sum of RGB (Red+Green+Blue) = 211+251+99=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FB63 is #2C049C. Grayscale: #DEDEDE. Windows color (decimal): -2884765 or 6552531. OLE color: 6552531.
HSL color Cylindrical-coordinate representation of color #D3FB63: hue angle of 75.79º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3FB63 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 99 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.02 |
| HSL | 75.79º | 0.95% | 0.69% | - |
| HSV(B) | 75.79º | 0.61% | 0.98% | - |
| XYZ | 63.61 | 83.74 | 24.62 | - |
| YUV | 221.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 99 | 0.16 | 0 | 0.61 | 0.02 | 75.79 | 0.95 | 0.69 |
| Hex | D3 | FB | 63 | 10 | 0 | 3D | 2 | 4C | 5F | 45 |
| Octal | 323 | 373 | 143 | 20 | 0 | 75 | 2 | 114 | 137 | 105 |
| Binary | 11010011 | 11111011 | 1100011 | 10000 | 0 | 111101 | 10 | 1001100 | 1011111 | 1000101 |
Color Harmonies of #D3FB63
Complementary color
Monochromatic Colors of #D3FB63
Black with #D3FB63
Text Example
Text Example
White with #D3FB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FB63; }
p { color: rgb(211,251,99); }
H1.HeaderClassName
{
color: #D3FB63;
}
.AnyTagClassName
{
color: #D3FB63;
}
</style>
background-color css
<style>
a { background-color: #D3FB63; }
a { background-color: rgb(211,251,99); }
div.DivClassName
{
background-color: #D3FB63;
}
.BgClassName
{
background-color: #D3FB63;
}
</style>
border-color css
<style>
span { border-color: #D3FB63; }
span { border-color: rgb(211,251,99); }
td.TdClassName
{
border-color: #D3FB63;
}
.TagClassName
{
border-color: #D3FB63;
}
</style>