Shades of Mindaro #D3FD64
Tints of Mindaro #D3FD64
RGB
CMYK
RGB Variations
Color information
#D3FD64 (or 0xD3FD64) is known color: Mindaro. HEX triplet: D3, FD and 64. RGB value is (211,253,100). Sum of RGB (Red+Green+Blue) = 211+253+100=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FD64 is #2C029B. Grayscale: #DFDFDF. Windows color (decimal): -2884252 or 6618579. OLE color: 6618579.
HSL color Cylindrical-coordinate representation of color #D3FD64: hue angle of 76.47º degrees, saturation: 0.97, 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 #D3FD64 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 100 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.01 |
| HSL | 76.47º | 0.97% | 0.69% | - |
| HSV(B) | 76.47º | 0.6% | 0.99% | - |
| XYZ | 64.29 | 85.02 | 25.08 | - |
| YUV | 223 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 100 | 0.17 | 0 | 0.60 | 0.01 | 76.47 | 0.97 | 0.69 |
| Hex | D3 | FD | 64 | 11 | 0 | 3C | 1 | 4C | 61 | 45 |
| Octal | 323 | 375 | 144 | 21 | 0 | 74 | 1 | 114 | 141 | 105 |
| Binary | 11010011 | 11111101 | 1100100 | 10001 | 0 | 111100 | 1 | 1001100 | 1100001 | 1000101 |
Color Harmonies of #D3FD64
Complementary color
Monochromatic Colors of #D3FD64
Black with #D3FD64
Text Example
Text Example
White with #D3FD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD64; }
p { color: rgb(211,253,100); }
H1.HeaderClassName
{
color: #D3FD64;
}
.AnyTagClassName
{
color: #D3FD64;
}
</style>
background-color css
<style>
a { background-color: #D3FD64; }
a { background-color: rgb(211,253,100); }
div.DivClassName
{
background-color: #D3FD64;
}
.BgClassName
{
background-color: #D3FD64;
}
</style>
border-color css
<style>
span { border-color: #D3FD64; }
span { border-color: rgb(211,253,100); }
td.TdClassName
{
border-color: #D3FD64;
}
.TagClassName
{
border-color: #D3FD64;
}
</style>