Shades of Mindaro #D4F168
Tints of Mindaro #D4F168
RGB
CMYK
RGB Variations
Color information
#D4F168 (or 0xD4F168) is known color: Mindaro. HEX triplet: D4, F1 and 68. RGB value is (212,241,104). Sum of RGB (Red+Green+Blue) = 212+241+104=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F168 is #2B0E97. Grayscale: #D9D9D9. Windows color (decimal): -2821784 or 6877652. OLE color: 6877652.
HSL color Cylindrical-coordinate representation of color #D4F168: hue angle of 72.7º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4F168 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 104 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.05 |
| HSL | 72.7º | 0.83% | 0.68% | - |
| HSV(B) | 72.7º | 0.57% | 0.95% | - |
| XYZ | 61.11 | 77.91 | 24.91 | - |
| YUV | 216.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 104 | 0.12 | 0 | 0.57 | 0.05 | 72.7 | 0.83 | 0.68 |
| Hex | D4 | F1 | 68 | C | 0 | 39 | 5 | 49 | 53 | 44 |
| Octal | 324 | 361 | 150 | 14 | 0 | 71 | 5 | 111 | 123 | 104 |
| Binary | 11010100 | 11110001 | 1101000 | 1100 | 0 | 111001 | 101 | 1001001 | 1010011 | 1000100 |
Color Harmonies of #D4F168
Complementary color
Monochromatic Colors of #D4F168
Black with #D4F168
Text Example
Text Example
White with #D4F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F168; }
p { color: rgb(212,241,104); }
H1.HeaderClassName
{
color: #D4F168;
}
.AnyTagClassName
{
color: #D4F168;
}
</style>
background-color css
<style>
a { background-color: #D4F168; }
a { background-color: rgb(212,241,104); }
div.DivClassName
{
background-color: #D4F168;
}
.BgClassName
{
background-color: #D4F168;
}
</style>
border-color css
<style>
span { border-color: #D4F168; }
span { border-color: rgb(212,241,104); }
td.TdClassName
{
border-color: #D4F168;
}
.TagClassName
{
border-color: #D4F168;
}
</style>