Shades of Mindaro #D5FF76
Tints of Mindaro #D5FF76
RGB
CMYK
RGB Variations
Color information
#D5FF76 (or 0xD5FF76) is known color: Mindaro. HEX triplet: D5, FF and 76. RGB value is (213,255,118). Sum of RGB (Red+Green+Blue) = 213+255+118=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF76 is #2A0089. Grayscale: #E3E3E3. Windows color (decimal): -2752650 or 7798741. OLE color: 7798741.
HSL color Cylindrical-coordinate representation of color #D5FF76: hue angle of 78.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5FF76 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 118 | - |
| CMYK | 0.16 | 0 | 0.54 | 0 |
| HSL | 78.39º | 1% | 0.73% | - |
| HSV(B) | 78.39º | 0.54% | 1% | - |
| XYZ | 66.47 | 86.97 | 30.42 | - |
| YUV | 226.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 118 | 0.16 | 0 | 0.54 | 0 | 78.39 | 1 | 0.73 |
| Hex | D5 | FF | 76 | 10 | 0 | 36 | 0 | 4E | 64 | 49 |
| Octal | 325 | 377 | 166 | 20 | 0 | 66 | 0 | 116 | 144 | 111 |
| Binary | 11010101 | 11111111 | 1110110 | 10000 | 0 | 110110 | 0 | 1001110 | 1100100 | 1001001 |
Color Harmonies of #D5FF76
Complementary color
Monochromatic Colors of #D5FF76
Black with #D5FF76
Text Example
Text Example
White with #D5FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF76; }
p { color: rgb(213,255,118); }
H1.HeaderClassName
{
color: #D5FF76;
}
.AnyTagClassName
{
color: #D5FF76;
}
</style>
background-color css
<style>
a { background-color: #D5FF76; }
a { background-color: rgb(213,255,118); }
div.DivClassName
{
background-color: #D5FF76;
}
.BgClassName
{
background-color: #D5FF76;
}
</style>
border-color css
<style>
span { border-color: #D5FF76; }
span { border-color: rgb(213,255,118); }
td.TdClassName
{
border-color: #D5FF76;
}
.TagClassName
{
border-color: #D5FF76;
}
</style>