Shades of Mindaro #D4F768
Tints of Mindaro #D4F768
RGB
CMYK
RGB Variations
Color information
#D4F768 (or 0xD4F768) is known color: Mindaro. HEX triplet: D4, F7 and 68. RGB value is (212,247,104). Sum of RGB (Red+Green+Blue) = 212+247+104=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F768 is #2B0897. Grayscale: #DCDCDC. Windows color (decimal): -2820248 or 6879188. OLE color: 6879188.
HSL color Cylindrical-coordinate representation of color #D4F768: hue angle of 74.69º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4F768 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 104 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.03 |
| HSL | 74.69º | 0.9% | 0.69% | - |
| HSV(B) | 74.69º | 0.58% | 0.97% | - |
| XYZ | 62.91 | 81.52 | 25.52 | - |
| YUV | 220.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 104 | 0.14 | 0 | 0.58 | 0.03 | 74.69 | 0.9 | 0.69 |
| Hex | D4 | F7 | 68 | E | 0 | 3A | 3 | 4B | 5A | 45 |
| Octal | 324 | 367 | 150 | 16 | 0 | 72 | 3 | 113 | 132 | 105 |
| Binary | 11010100 | 11110111 | 1101000 | 1110 | 0 | 111010 | 11 | 1001011 | 1011010 | 1000101 |
Color Harmonies of #D4F768
Complementary color
Monochromatic Colors of #D4F768
Black with #D4F768
Text Example
Text Example
White with #D4F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F768; }
p { color: rgb(212,247,104); }
H1.HeaderClassName
{
color: #D4F768;
}
.AnyTagClassName
{
color: #D4F768;
}
</style>
background-color css
<style>
a { background-color: #D4F768; }
a { background-color: rgb(212,247,104); }
div.DivClassName
{
background-color: #D4F768;
}
.BgClassName
{
background-color: #D4F768;
}
</style>
border-color css
<style>
span { border-color: #D4F768; }
span { border-color: rgb(212,247,104); }
td.TdClassName
{
border-color: #D4F768;
}
.TagClassName
{
border-color: #D4F768;
}
</style>