Shades of Mindaro #D4FA69
Tints of Mindaro #D4FA69
RGB
CMYK
RGB Variations
Color information
#D4FA69 (or 0xD4FA69) is known color: Mindaro. HEX triplet: D4, FA and 69. RGB value is (212,250,105). Sum of RGB (Red+Green+Blue) = 212+250+105=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA69 is #2B0596. Grayscale: #DEDEDE. Windows color (decimal): -2819479 or 6945492. OLE color: 6945492.
HSL color Cylindrical-coordinate representation of color #D4FA69: hue angle of 75.72º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4FA69 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 105 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.02 |
| HSL | 75.72º | 0.94% | 0.7% | - |
| HSV(B) | 75.72º | 0.58% | 0.98% | - |
| XYZ | 63.89 | 83.39 | 26.09 | - |
| YUV | 222.11 | 61.91 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 105 | 0.15 | 0 | 0.58 | 0.02 | 75.72 | 0.94 | 0.7 |
| Hex | D4 | FA | 69 | F | 0 | 3A | 2 | 4C | 5E | 46 |
| Octal | 324 | 372 | 151 | 17 | 0 | 72 | 2 | 114 | 136 | 106 |
| Binary | 11010100 | 11111010 | 1101001 | 1111 | 0 | 111010 | 10 | 1001100 | 1011110 | 1000110 |
Color Harmonies of #D4FA69
Complementary color
Monochromatic Colors of #D4FA69
Black with #D4FA69
Text Example
Text Example
White with #D4FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA69; }
p { color: rgb(212,250,105); }
H1.HeaderClassName
{
color: #D4FA69;
}
.AnyTagClassName
{
color: #D4FA69;
}
</style>
background-color css
<style>
a { background-color: #D4FA69; }
a { background-color: rgb(212,250,105); }
div.DivClassName
{
background-color: #D4FA69;
}
.BgClassName
{
background-color: #D4FA69;
}
</style>
border-color css
<style>
span { border-color: #D4FA69; }
span { border-color: rgb(212,250,105); }
td.TdClassName
{
border-color: #D4FA69;
}
.TagClassName
{
border-color: #D4FA69;
}
</style>