Shades of Mindaro #D4FA65
Tints of Mindaro #D4FA65
RGB
CMYK
RGB Variations
Color information
#D4FA65 (or 0xD4FA65) is known color: Mindaro. HEX triplet: D4, FA and 65. RGB value is (212,250,101). Sum of RGB (Red+Green+Blue) = 212+250+101=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA65 is #2B059A. Grayscale: #DEDEDE. Windows color (decimal): -2819483 or 6683348. OLE color: 6683348.
HSL color Cylindrical-coordinate representation of color #D4FA65: hue angle of 75.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4FA65 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 101 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.02 |
| HSL | 75.3º | 0.94% | 0.69% | - |
| HSV(B) | 75.3º | 0.6% | 0.98% | - |
| XYZ | 63.69 | 83.31 | 25.04 | - |
| YUV | 221.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 101 | 0.15 | 0 | 0.60 | 0.02 | 75.3 | 0.94 | 0.69 |
| Hex | D4 | FA | 65 | F | 0 | 3C | 2 | 4B | 5E | 45 |
| Octal | 324 | 372 | 145 | 17 | 0 | 74 | 2 | 113 | 136 | 105 |
| Binary | 11010100 | 11111010 | 1100101 | 1111 | 0 | 111100 | 10 | 1001011 | 1011110 | 1000101 |
Color Harmonies of #D4FA65
Complementary color
Monochromatic Colors of #D4FA65
Black with #D4FA65
Text Example
Text Example
White with #D4FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA65; }
p { color: rgb(212,250,101); }
H1.HeaderClassName
{
color: #D4FA65;
}
.AnyTagClassName
{
color: #D4FA65;
}
</style>
background-color css
<style>
a { background-color: #D4FA65; }
a { background-color: rgb(212,250,101); }
div.DivClassName
{
background-color: #D4FA65;
}
.BgClassName
{
background-color: #D4FA65;
}
</style>
border-color css
<style>
span { border-color: #D4FA65; }
span { border-color: rgb(212,250,101); }
td.TdClassName
{
border-color: #D4FA65;
}
.TagClassName
{
border-color: #D4FA65;
}
</style>