Shades of Mindaro #D4F261
Tints of Mindaro #D4F261
RGB
CMYK
RGB Variations
Color information
#D4F261 (or 0xD4F261) is known color: Mindaro. HEX triplet: D4, F2 and 61. RGB value is (212,242,97). Sum of RGB (Red+Green+Blue) = 212+242+97=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F261 is #2B0D9E. Grayscale: #D9D9D9. Windows color (decimal): -2821535 or 6419156. OLE color: 6419156.
HSL color Cylindrical-coordinate representation of color #D4F261: hue angle of 72.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4F261 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 97 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.05 |
| HSL | 72.41º | 0.85% | 0.66% | - |
| HSV(B) | 72.41º | 0.6% | 0.95% | - |
| XYZ | 61.06 | 78.36 | 23.22 | - |
| YUV | 216.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 97 | 0.12 | 0 | 0.60 | 0.05 | 72.41 | 0.85 | 0.66 |
| Hex | D4 | F2 | 61 | C | 0 | 3C | 5 | 48 | 55 | 42 |
| Octal | 324 | 362 | 141 | 14 | 0 | 74 | 5 | 110 | 125 | 102 |
| Binary | 11010100 | 11110010 | 1100001 | 1100 | 0 | 111100 | 101 | 1001000 | 1010101 | 1000010 |
Color Harmonies of #D4F261
Complementary color
Monochromatic Colors of #D4F261
Black with #D4F261
Text Example
Text Example
White with #D4F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F261; }
p { color: rgb(212,242,97); }
H1.HeaderClassName
{
color: #D4F261;
}
.AnyTagClassName
{
color: #D4F261;
}
</style>
background-color css
<style>
a { background-color: #D4F261; }
a { background-color: rgb(212,242,97); }
div.DivClassName
{
background-color: #D4F261;
}
.BgClassName
{
background-color: #D4F261;
}
</style>
border-color css
<style>
span { border-color: #D4F261; }
span { border-color: rgb(212,242,97); }
td.TdClassName
{
border-color: #D4F261;
}
.TagClassName
{
border-color: #D4F261;
}
</style>