Shades of Mindaro #D4FC65
Tints of Mindaro #D4FC65
RGB
CMYK
RGB Variations
Color information
#D4FC65 (or 0xD4FC65) is known color: Mindaro. HEX triplet: D4, FC and 65. RGB value is (212,252,101). Sum of RGB (Red+Green+Blue) = 212+252+101=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC65 is #2B039A. Grayscale: #DFDFDF. Windows color (decimal): -2818971 or 6683860. OLE color: 6683860.
HSL color Cylindrical-coordinate representation of color #D4FC65: hue angle of 75.89º 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 #D4FC65 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 101 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.01 |
| HSL | 75.89º | 0.96% | 0.69% | - |
| HSV(B) | 75.89º | 0.6% | 0.99% | - |
| XYZ | 64.31 | 84.56 | 25.24 | - |
| YUV | 222.83 | 59.25 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 101 | 0.16 | 0 | 0.60 | 0.01 | 75.89 | 0.96 | 0.69 |
| Hex | D4 | FC | 65 | 10 | 0 | 3C | 1 | 4C | 60 | 45 |
| Octal | 324 | 374 | 145 | 20 | 0 | 74 | 1 | 114 | 140 | 105 |
| Binary | 11010100 | 11111100 | 1100101 | 10000 | 0 | 111100 | 1 | 1001100 | 1100000 | 1000101 |
Color Harmonies of #D4FC65
Complementary color
Monochromatic Colors of #D4FC65
Black with #D4FC65
Text Example
Text Example
White with #D4FC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC65; }
p { color: rgb(212,252,101); }
H1.HeaderClassName
{
color: #D4FC65;
}
.AnyTagClassName
{
color: #D4FC65;
}
</style>
background-color css
<style>
a { background-color: #D4FC65; }
a { background-color: rgb(212,252,101); }
div.DivClassName
{
background-color: #D4FC65;
}
.BgClassName
{
background-color: #D4FC65;
}
</style>
border-color css
<style>
span { border-color: #D4FC65; }
span { border-color: rgb(212,252,101); }
td.TdClassName
{
border-color: #D4FC65;
}
.TagClassName
{
border-color: #D4FC65;
}
</style>