Shades of Mindaro #D4F278
Tints of Mindaro #D4F278
RGB
CMYK
RGB Variations
Color information
#D4F278 (or 0xD4F278) is known color: Mindaro. HEX triplet: D4, F2 and 78. RGB value is (212,242,120). Sum of RGB (Red+Green+Blue) = 212+242+120=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F278 is #2B0D87. Grayscale: #DBDBDB. Windows color (decimal): -2821512 or 7926484. OLE color: 7926484.
HSL color Cylindrical-coordinate representation of color #D4F278: hue angle of 74.75º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F278 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 120 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.05 |
| HSL | 74.75º | 0.82% | 0.71% | - |
| HSV(B) | 74.75º | 0.5% | 0.95% | - |
| XYZ | 62.29 | 78.86 | 29.71 | - |
| YUV | 219.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 120 | 0.12 | 0 | 0.50 | 0.05 | 74.75 | 0.82 | 0.71 |
| Hex | D4 | F2 | 78 | C | 0 | 32 | 5 | 4B | 52 | 47 |
| Octal | 324 | 362 | 170 | 14 | 0 | 62 | 5 | 113 | 122 | 107 |
| Binary | 11010100 | 11110010 | 1111000 | 1100 | 0 | 110010 | 101 | 1001011 | 1010010 | 1000111 |
Color Harmonies of #D4F278
Complementary color
Monochromatic Colors of #D4F278
Black with #D4F278
Text Example
Text Example
White with #D4F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F278; }
p { color: rgb(212,242,120); }
H1.HeaderClassName
{
color: #D4F278;
}
.AnyTagClassName
{
color: #D4F278;
}
</style>
background-color css
<style>
a { background-color: #D4F278; }
a { background-color: rgb(212,242,120); }
div.DivClassName
{
background-color: #D4F278;
}
.BgClassName
{
background-color: #D4F278;
}
</style>
border-color css
<style>
span { border-color: #D4F278; }
span { border-color: rgb(212,242,120); }
td.TdClassName
{
border-color: #D4F278;
}
.TagClassName
{
border-color: #D4F278;
}
</style>