Shades of Mindaro #D5FA77
Tints of Mindaro #D5FA77
RGB
CMYK
RGB Variations
Color information
#D5FA77 (or 0xD5FA77) is known color: Mindaro. HEX triplet: D5, FA and 77. RGB value is (213,250,119). Sum of RGB (Red+Green+Blue) = 213+250+119=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA77 is #2A0588. Grayscale: #E0E0E0. Windows color (decimal): -2753929 or 7862997. OLE color: 7862997.
HSL color Cylindrical-coordinate representation of color #D5FA77: hue angle of 76.95º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5FA77 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 119 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.02 |
| HSL | 76.95º | 0.93% | 0.72% | - |
| HSV(B) | 76.95º | 0.52% | 0.98% | - |
| XYZ | 64.96 | 83.85 | 30.21 | - |
| YUV | 224 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 119 | 0.15 | 0 | 0.52 | 0.02 | 76.95 | 0.93 | 0.72 |
| Hex | D5 | FA | 77 | F | 0 | 34 | 2 | 4D | 5D | 48 |
| Octal | 325 | 372 | 167 | 17 | 0 | 64 | 2 | 115 | 135 | 110 |
| Binary | 11010101 | 11111010 | 1110111 | 1111 | 0 | 110100 | 10 | 1001101 | 1011101 | 1001000 |
Color Harmonies of #D5FA77
Complementary color
Monochromatic Colors of #D5FA77
Black with #D5FA77
Text Example
Text Example
White with #D5FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA77; }
p { color: rgb(213,250,119); }
H1.HeaderClassName
{
color: #D5FA77;
}
.AnyTagClassName
{
color: #D5FA77;
}
</style>
background-color css
<style>
a { background-color: #D5FA77; }
a { background-color: rgb(213,250,119); }
div.DivClassName
{
background-color: #D5FA77;
}
.BgClassName
{
background-color: #D5FA77;
}
</style>
border-color css
<style>
span { border-color: #D5FA77; }
span { border-color: rgb(213,250,119); }
td.TdClassName
{
border-color: #D5FA77;
}
.TagClassName
{
border-color: #D5FA77;
}
</style>