Shades of Mindaro #D2F45C
Tints of Mindaro #D2F45C
RGB
CMYK
RGB Variations
Color information
#D2F45C (or 0xD2F45C) is known color: Mindaro. HEX triplet: D2, F4 and 5C. RGB value is (210,244,92). Sum of RGB (Red+Green+Blue) = 210+244+92=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F45C is #2D0BA3. Grayscale: #D9D9D9. Windows color (decimal): -2952100 or 6091986. OLE color: 6091986.
HSL color Cylindrical-coordinate representation of color #D2F45C: hue angle of 73.42º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2F45C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 92 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.04 |
| HSL | 73.42º | 0.87% | 0.66% | - |
| HSV(B) | 73.42º | 0.62% | 0.96% | - |
| XYZ | 60.86 | 79.18 | 22.2 | - |
| YUV | 216.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 92 | 0.14 | 0 | 0.62 | 0.04 | 73.42 | 0.87 | 0.66 |
| Hex | D2 | F4 | 5C | E | 0 | 3E | 4 | 49 | 57 | 42 |
| Octal | 322 | 364 | 134 | 16 | 0 | 76 | 4 | 111 | 127 | 102 |
| Binary | 11010010 | 11110100 | 1011100 | 1110 | 0 | 111110 | 100 | 1001001 | 1010111 | 1000010 |
Color Harmonies of #D2F45C
Complementary color
Monochromatic Colors of #D2F45C
Black with #D2F45C
Text Example
Text Example
White with #D2F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F45C; }
p { color: rgb(210,244,92); }
H1.HeaderClassName
{
color: #D2F45C;
}
.AnyTagClassName
{
color: #D2F45C;
}
</style>
background-color css
<style>
a { background-color: #D2F45C; }
a { background-color: rgb(210,244,92); }
div.DivClassName
{
background-color: #D2F45C;
}
.BgClassName
{
background-color: #D2F45C;
}
</style>
border-color css
<style>
span { border-color: #D2F45C; }
span { border-color: rgb(210,244,92); }
td.TdClassName
{
border-color: #D2F45C;
}
.TagClassName
{
border-color: #D2F45C;
}
</style>