Shades of Mindaro #D2F376
Tints of Mindaro #D2F376
RGB
CMYK
RGB Variations
Color information
#D2F376 (or 0xD2F376) is known color: Mindaro. HEX triplet: D2, F3 and 76. RGB value is (210,243,118). Sum of RGB (Red+Green+Blue) = 210+243+118=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F376 is #2D0C89. Grayscale: #DBDBDB. Windows color (decimal): -2952330 or 7795666. OLE color: 7795666.
HSL color Cylindrical-coordinate representation of color #D2F376: hue angle of 75.84º 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 #D2F376 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 118 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.05 |
| HSL | 75.84º | 0.84% | 0.71% | - |
| HSV(B) | 75.84º | 0.51% | 0.95% | - |
| XYZ | 61.9 | 79.11 | 29.15 | - |
| YUV | 218.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 118 | 0.14 | 0 | 0.51 | 0.05 | 75.84 | 0.84 | 0.71 |
| Hex | D2 | F3 | 76 | E | 0 | 33 | 5 | 4C | 54 | 47 |
| Octal | 322 | 363 | 166 | 16 | 0 | 63 | 5 | 114 | 124 | 107 |
| Binary | 11010010 | 11110011 | 1110110 | 1110 | 0 | 110011 | 101 | 1001100 | 1010100 | 1000111 |
Color Harmonies of #D2F376
Complementary color
Monochromatic Colors of #D2F376
Black with #D2F376
Text Example
Text Example
White with #D2F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F376; }
p { color: rgb(210,243,118); }
H1.HeaderClassName
{
color: #D2F376;
}
.AnyTagClassName
{
color: #D2F376;
}
</style>
background-color css
<style>
a { background-color: #D2F376; }
a { background-color: rgb(210,243,118); }
div.DivClassName
{
background-color: #D2F376;
}
.BgClassName
{
background-color: #D2F376;
}
</style>
border-color css
<style>
span { border-color: #D2F376; }
span { border-color: rgb(210,243,118); }
td.TdClassName
{
border-color: #D2F376;
}
.TagClassName
{
border-color: #D2F376;
}
</style>