Shades of Mindaro #D4FC4D
Tints of Mindaro #D4FC4D
RGB
CMYK
RGB Variations
Color information
#D4FC4D (or 0xD4FC4D) is known color: Mindaro. HEX triplet: D4, FC and 4D. RGB value is (212,252,77). Sum of RGB (Red+Green+Blue) = 212+252+77=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC4D is #2B03B2. Grayscale: #DCDCDC. Windows color (decimal): -2818995 or 5110996. OLE color: 5110996.
HSL color Cylindrical-coordinate representation of color #D4FC4D: hue angle of 73.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4FC4D is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 77 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.01 |
| HSL | 73.71º | 0.97% | 0.65% | - |
| HSV(B) | 73.71º | 0.69% | 0.99% | - |
| XYZ | 63.3 | 84.15 | 19.93 | - |
| YUV | 220.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 77 | 0.16 | 0 | 0.69 | 0.01 | 73.71 | 0.97 | 0.65 |
| Hex | D4 | FC | 4D | 10 | 0 | 45 | 1 | 4A | 61 | 41 |
| Octal | 324 | 374 | 115 | 20 | 0 | 105 | 1 | 112 | 141 | 101 |
| Binary | 11010100 | 11111100 | 1001101 | 10000 | 0 | 1000101 | 1 | 1001010 | 1100001 | 1000001 |
Color Harmonies of #D4FC4D
Complementary color
Monochromatic Colors of #D4FC4D
Black with #D4FC4D
Text Example
Text Example
White with #D4FC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC4D; }
p { color: rgb(212,252,77); }
H1.HeaderClassName
{
color: #D4FC4D;
}
.AnyTagClassName
{
color: #D4FC4D;
}
</style>
background-color css
<style>
a { background-color: #D4FC4D; }
a { background-color: rgb(212,252,77); }
div.DivClassName
{
background-color: #D4FC4D;
}
.BgClassName
{
background-color: #D4FC4D;
}
</style>
border-color css
<style>
span { border-color: #D4FC4D; }
span { border-color: rgb(212,252,77); }
td.TdClassName
{
border-color: #D4FC4D;
}
.TagClassName
{
border-color: #D4FC4D;
}
</style>