Shades of Mindaro #D4FA68
Tints of Mindaro #D4FA68
RGB
CMYK
RGB Variations
Color information
#D4FA68 (or 0xD4FA68) is known color: Mindaro. HEX triplet: D4, FA and 68. RGB value is (212,250,104). Sum of RGB (Red+Green+Blue) = 212+250+104=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA68 is #2B0597. Grayscale: #DEDEDE. Windows color (decimal): -2819480 or 6879956. OLE color: 6879956.
HSL color Cylindrical-coordinate representation of color #D4FA68: hue angle of 75.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4FA68 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 104 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.02 |
| HSL | 75.62º | 0.94% | 0.69% | - |
| HSV(B) | 75.62º | 0.58% | 0.98% | - |
| XYZ | 63.84 | 83.37 | 25.82 | - |
| YUV | 221.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 104 | 0.15 | 0 | 0.58 | 0.02 | 75.62 | 0.94 | 0.69 |
| Hex | D4 | FA | 68 | F | 0 | 3A | 2 | 4C | 5E | 45 |
| Octal | 324 | 372 | 150 | 17 | 0 | 72 | 2 | 114 | 136 | 105 |
| Binary | 11010100 | 11111010 | 1101000 | 1111 | 0 | 111010 | 10 | 1001100 | 1011110 | 1000101 |
Color Harmonies of #D4FA68
Complementary color
Monochromatic Colors of #D4FA68
Black with #D4FA68
Text Example
Text Example
White with #D4FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA68; }
p { color: rgb(212,250,104); }
H1.HeaderClassName
{
color: #D4FA68;
}
.AnyTagClassName
{
color: #D4FA68;
}
</style>
background-color css
<style>
a { background-color: #D4FA68; }
a { background-color: rgb(212,250,104); }
div.DivClassName
{
background-color: #D4FA68;
}
.BgClassName
{
background-color: #D4FA68;
}
</style>
border-color css
<style>
span { border-color: #D4FA68; }
span { border-color: rgb(212,250,104); }
td.TdClassName
{
border-color: #D4FA68;
}
.TagClassName
{
border-color: #D4FA68;
}
</style>