Shades of Mindaro #D5FA4E
Tints of Mindaro #D5FA4E
RGB
CMYK
RGB Variations
Color information
#D5FA4E (or 0xD5FA4E) is known color: Mindaro. HEX triplet: D5, FA and 4E. RGB value is (213,250,78). Sum of RGB (Red+Green+Blue) = 213+250+78=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 78 (30.86% from 255 or 14.42% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA4E is #2A05B1. Grayscale: #DBDBDB. Windows color (decimal): -2753970 or 5176021. OLE color: 5176021.
HSL color Cylindrical-coordinate representation of color #D5FA4E: hue angle of 72.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5FA4E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 78 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.02 |
| HSL | 72.91º | 0.95% | 0.64% | - |
| HSV(B) | 72.91º | 0.69% | 0.98% | - |
| XYZ | 63 | 83.07 | 19.92 | - |
| YUV | 219.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 78 | 0.15 | 0 | 0.69 | 0.02 | 72.91 | 0.95 | 0.64 |
| Hex | D5 | FA | 4E | F | 0 | 45 | 2 | 49 | 5F | 40 |
| Octal | 325 | 372 | 116 | 17 | 0 | 105 | 2 | 111 | 137 | 100 |
| Binary | 11010101 | 11111010 | 1001110 | 1111 | 0 | 1000101 | 10 | 1001001 | 1011111 | 1000000 |
Color Harmonies of #D5FA4E
Complementary color
Monochromatic Colors of #D5FA4E
Black with #D5FA4E
Text Example
Text Example
White with #D5FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA4E; }
p { color: rgb(213,250,78); }
H1.HeaderClassName
{
color: #D5FA4E;
}
.AnyTagClassName
{
color: #D5FA4E;
}
</style>
background-color css
<style>
a { background-color: #D5FA4E; }
a { background-color: rgb(213,250,78); }
div.DivClassName
{
background-color: #D5FA4E;
}
.BgClassName
{
background-color: #D5FA4E;
}
</style>
border-color css
<style>
span { border-color: #D5FA4E; }
span { border-color: rgb(213,250,78); }
td.TdClassName
{
border-color: #D5FA4E;
}
.TagClassName
{
border-color: #D5FA4E;
}
</style>