Shades of Mindaro #D4FB6D
Tints of Mindaro #D4FB6D
RGB
CMYK
RGB Variations
Color information
#D4FB6D (or 0xD4FB6D) is known color: Mindaro. HEX triplet: D4, FB and 6D. RGB value is (212,251,109). Sum of RGB (Red+Green+Blue) = 212+251+109=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB6D is #2B0492. Grayscale: #DFDFDF. Windows color (decimal): -2819219 or 7207892. OLE color: 7207892.
HSL color Cylindrical-coordinate representation of color #D4FB6D: hue angle of 76.48º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4FB6D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 109 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.02 |
| HSL | 76.48º | 0.95% | 0.71% | - |
| HSV(B) | 76.48º | 0.57% | 0.98% | - |
| XYZ | 64.41 | 84.1 | 27.31 | - |
| YUV | 223.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 109 | 0.16 | 0 | 0.57 | 0.02 | 76.48 | 0.95 | 0.71 |
| Hex | D4 | FB | 6D | 10 | 0 | 39 | 2 | 4C | 5F | 47 |
| Octal | 324 | 373 | 155 | 20 | 0 | 71 | 2 | 114 | 137 | 107 |
| Binary | 11010100 | 11111011 | 1101101 | 10000 | 0 | 111001 | 10 | 1001100 | 1011111 | 1000111 |
Color Harmonies of #D4FB6D
Complementary color
Monochromatic Colors of #D4FB6D
Black with #D4FB6D
Text Example
Text Example
White with #D4FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB6D; }
p { color: rgb(212,251,109); }
H1.HeaderClassName
{
color: #D4FB6D;
}
.AnyTagClassName
{
color: #D4FB6D;
}
</style>
background-color css
<style>
a { background-color: #D4FB6D; }
a { background-color: rgb(212,251,109); }
div.DivClassName
{
background-color: #D4FB6D;
}
.BgClassName
{
background-color: #D4FB6D;
}
</style>
border-color css
<style>
span { border-color: #D4FB6D; }
span { border-color: rgb(212,251,109); }
td.TdClassName
{
border-color: #D4FB6D;
}
.TagClassName
{
border-color: #D4FB6D;
}
</style>