Shades of Mindaro #D4F17A
Tints of Mindaro #D4F17A
RGB
CMYK
RGB Variations
Color information
#D4F17A (or 0xD4F17A) is known color: Mindaro. HEX triplet: D4, F1 and 7A. RGB value is (212,241,122). Sum of RGB (Red+Green+Blue) = 212+241+122=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F17A is #2B0E85. Grayscale: #DBDBDB. Windows color (decimal): -2821766 or 8057300. OLE color: 8057300.
HSL color Cylindrical-coordinate representation of color #D4F17A: hue angle of 74.62º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4F17A is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 122 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.05 |
| HSL | 74.62º | 0.81% | 0.71% | - |
| HSV(B) | 74.62º | 0.49% | 0.95% | - |
| XYZ | 62.12 | 78.31 | 30.25 | - |
| YUV | 218.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 122 | 0.12 | 0 | 0.49 | 0.05 | 74.62 | 0.81 | 0.71 |
| Hex | D4 | F1 | 7A | C | 0 | 31 | 5 | 4B | 51 | 47 |
| Octal | 324 | 361 | 172 | 14 | 0 | 61 | 5 | 113 | 121 | 107 |
| Binary | 11010100 | 11110001 | 1111010 | 1100 | 0 | 110001 | 101 | 1001011 | 1010001 | 1000111 |
Color Harmonies of #D4F17A
Complementary color
Monochromatic Colors of #D4F17A
Black with #D4F17A
Text Example
Text Example
White with #D4F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F17A; }
p { color: rgb(212,241,122); }
H1.HeaderClassName
{
color: #D4F17A;
}
.AnyTagClassName
{
color: #D4F17A;
}
</style>
background-color css
<style>
a { background-color: #D4F17A; }
a { background-color: rgb(212,241,122); }
div.DivClassName
{
background-color: #D4F17A;
}
.BgClassName
{
background-color: #D4F17A;
}
</style>
border-color css
<style>
span { border-color: #D4F17A; }
span { border-color: rgb(212,241,122); }
td.TdClassName
{
border-color: #D4F17A;
}
.TagClassName
{
border-color: #D4F17A;
}
</style>