Shades of Mindaro #D4F26D
Tints of Mindaro #D4F26D
RGB
CMYK
RGB Variations
Color information
#D4F26D (or 0xD4F26D) is known color: Mindaro. HEX triplet: D4, F2 and 6D. RGB value is (212,242,109). Sum of RGB (Red+Green+Blue) = 212+242+109=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F26D is #2B0D92. Grayscale: #DADADA. Windows color (decimal): -2821523 or 7205588. OLE color: 7205588.
HSL color Cylindrical-coordinate representation of color #D4F26D: hue angle of 73.53º 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 #D4F26D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 109 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.05 |
| HSL | 73.53º | 0.84% | 0.69% | - |
| HSV(B) | 73.53º | 0.55% | 0.95% | - |
| XYZ | 61.66 | 78.61 | 26.39 | - |
| YUV | 217.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 109 | 0.12 | 0 | 0.55 | 0.05 | 73.53 | 0.84 | 0.69 |
| Hex | D4 | F2 | 6D | C | 0 | 37 | 5 | 4A | 54 | 45 |
| Octal | 324 | 362 | 155 | 14 | 0 | 67 | 5 | 112 | 124 | 105 |
| Binary | 11010100 | 11110010 | 1101101 | 1100 | 0 | 110111 | 101 | 1001010 | 1010100 | 1000101 |
Color Harmonies of #D4F26D
Complementary color
Monochromatic Colors of #D4F26D
Black with #D4F26D
Text Example
Text Example
White with #D4F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F26D; }
p { color: rgb(212,242,109); }
H1.HeaderClassName
{
color: #D4F26D;
}
.AnyTagClassName
{
color: #D4F26D;
}
</style>
background-color css
<style>
a { background-color: #D4F26D; }
a { background-color: rgb(212,242,109); }
div.DivClassName
{
background-color: #D4F26D;
}
.BgClassName
{
background-color: #D4F26D;
}
</style>
border-color css
<style>
span { border-color: #D4F26D; }
span { border-color: rgb(212,242,109); }
td.TdClassName
{
border-color: #D4F26D;
}
.TagClassName
{
border-color: #D4F26D;
}
</style>