Shades of Mindaro #D5FE77
Tints of Mindaro #D5FE77
RGB
CMYK
RGB Variations
Color information
#D5FE77 (or 0xD5FE77) is known color: Mindaro. HEX triplet: D5, FE and 77. RGB value is (213,254,119). Sum of RGB (Red+Green+Blue) = 213+254+119=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FE77 is #2A0188. Grayscale: #E2E2E2. Windows color (decimal): -2752905 or 7864021. OLE color: 7864021.
HSL color Cylindrical-coordinate representation of color #D5FE77: hue angle of 78.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5FE77 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 119 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.00 |
| HSL | 78.22º | 0.99% | 0.73% | - |
| HSV(B) | 78.22º | 0.53% | 1% | - |
| XYZ | 66.21 | 86.36 | 30.63 | - |
| YUV | 226.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 119 | 0.16 | 0 | 0.53 | 0.00 | 78.22 | 0.99 | 0.73 |
| Hex | D5 | FE | 77 | 10 | 0 | 35 | 0 | 4E | 63 | 49 |
| Octal | 325 | 376 | 167 | 20 | 0 | 65 | 0 | 116 | 143 | 111 |
| Binary | 11010101 | 11111110 | 1110111 | 10000 | 0 | 110101 | 0 | 1001110 | 1100011 | 1001001 |
Color Harmonies of #D5FE77
Complementary color
Monochromatic Colors of #D5FE77
Black with #D5FE77
Text Example
Text Example
White with #D5FE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE77; }
p { color: rgb(213,254,119); }
H1.HeaderClassName
{
color: #D5FE77;
}
.AnyTagClassName
{
color: #D5FE77;
}
</style>
background-color css
<style>
a { background-color: #D5FE77; }
a { background-color: rgb(213,254,119); }
div.DivClassName
{
background-color: #D5FE77;
}
.BgClassName
{
background-color: #D5FE77;
}
</style>
border-color css
<style>
span { border-color: #D5FE77; }
span { border-color: rgb(213,254,119); }
td.TdClassName
{
border-color: #D5FE77;
}
.TagClassName
{
border-color: #D5FE77;
}
</style>