Shades of Mindaro #D4F26E
Tints of Mindaro #D4F26E
RGB
CMYK
RGB Variations
Color information
#D4F26E (or 0xD4F26E) is known color: Mindaro. HEX triplet: D4, F2 and 6E. RGB value is (212,242,110). Sum of RGB (Red+Green+Blue) = 212+242+110=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F26E is #2B0D91. Grayscale: #DADADA. Windows color (decimal): -2821522 or 7271124. OLE color: 7271124.
HSL color Cylindrical-coordinate representation of color #D4F26E: hue angle of 73.64º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4F26E is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 110 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.05 |
| HSL | 73.64º | 0.84% | 0.69% | - |
| HSV(B) | 73.64º | 0.55% | 0.95% | - |
| XYZ | 61.72 | 78.63 | 26.68 | - |
| YUV | 217.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 110 | 0.12 | 0 | 0.55 | 0.05 | 73.64 | 0.84 | 0.69 |
| Hex | D4 | F2 | 6E | C | 0 | 37 | 5 | 4A | 54 | 45 |
| Octal | 324 | 362 | 156 | 14 | 0 | 67 | 5 | 112 | 124 | 105 |
| Binary | 11010100 | 11110010 | 1101110 | 1100 | 0 | 110111 | 101 | 1001010 | 1010100 | 1000101 |
Color Harmonies of #D4F26E
Complementary color
Monochromatic Colors of #D4F26E
Black with #D4F26E
Text Example
Text Example
White with #D4F26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F26E; }
p { color: rgb(212,242,110); }
H1.HeaderClassName
{
color: #D4F26E;
}
.AnyTagClassName
{
color: #D4F26E;
}
</style>
background-color css
<style>
a { background-color: #D4F26E; }
a { background-color: rgb(212,242,110); }
div.DivClassName
{
background-color: #D4F26E;
}
.BgClassName
{
background-color: #D4F26E;
}
</style>
border-color css
<style>
span { border-color: #D4F26E; }
span { border-color: rgb(212,242,110); }
td.TdClassName
{
border-color: #D4F26E;
}
.TagClassName
{
border-color: #D4F26E;
}
</style>