Shades of Mindaro #D7F376
Tints of Mindaro #D7F376
RGB
CMYK
RGB Variations
Color information
#D7F376 (or 0xD7F376) is known color: Mindaro. HEX triplet: D7, F3 and 76. RGB value is (215,243,118). Sum of RGB (Red+Green+Blue) = 215+243+118=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F376 is #280C89. Grayscale: #DCDCDC. Windows color (decimal): -2624650 or 7795671. OLE color: 7795671.
HSL color Cylindrical-coordinate representation of color #D7F376: hue angle of 73.44º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7F376 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 118 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.05 |
| HSL | 73.44º | 0.84% | 0.71% | - |
| HSV(B) | 73.44º | 0.51% | 0.95% | - |
| XYZ | 63.34 | 79.86 | 29.21 | - |
| YUV | 220.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 118 | 0.12 | 0 | 0.51 | 0.05 | 73.44 | 0.84 | 0.71 |
| Hex | D7 | F3 | 76 | C | 0 | 33 | 5 | 49 | 54 | 47 |
| Octal | 327 | 363 | 166 | 14 | 0 | 63 | 5 | 111 | 124 | 107 |
| Binary | 11010111 | 11110011 | 1110110 | 1100 | 0 | 110011 | 101 | 1001001 | 1010100 | 1000111 |
Color Harmonies of #D7F376
Complementary color
Monochromatic Colors of #D7F376
Black with #D7F376
Text Example
Text Example
White with #D7F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F376; }
p { color: rgb(215,243,118); }
H1.HeaderClassName
{
color: #D7F376;
}
.AnyTagClassName
{
color: #D7F376;
}
</style>
background-color css
<style>
a { background-color: #D7F376; }
a { background-color: rgb(215,243,118); }
div.DivClassName
{
background-color: #D7F376;
}
.BgClassName
{
background-color: #D7F376;
}
</style>
border-color css
<style>
span { border-color: #D7F376; }
span { border-color: rgb(215,243,118); }
td.TdClassName
{
border-color: #D7F376;
}
.TagClassName
{
border-color: #D7F376;
}
</style>