Shades of Mindaro #DCF37E
Tints of Mindaro #DCF37E
RGB
CMYK
RGB Variations
Color information
#DCF37E (or 0xDCF37E) is known color: Mindaro. HEX triplet: DC, F3 and 7E. RGB value is (220,243,126). Sum of RGB (Red+Green+Blue) = 220+243+126=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF37E is #230C81. Grayscale: #DFDFDF. Windows color (decimal): -2296962 or 8319964. OLE color: 8319964.
HSL color Cylindrical-coordinate representation of color #DCF37E: hue angle of 71.79º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF37E is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 126 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.05 |
| HSL | 71.79º | 0.83% | 0.72% | - |
| HSV(B) | 71.79º | 0.48% | 0.95% | - |
| XYZ | 65.33 | 80.82 | 31.9 | - |
| YUV | 222.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 126 | 0.09 | 0 | 0.48 | 0.05 | 71.79 | 0.83 | 0.72 |
| Hex | DC | F3 | 7E | 9 | 0 | 30 | 5 | 48 | 53 | 48 |
| Octal | 334 | 363 | 176 | 11 | 0 | 60 | 5 | 110 | 123 | 110 |
| Binary | 11011100 | 11110011 | 1111110 | 1001 | 0 | 110000 | 101 | 1001000 | 1010011 | 1001000 |
Color Harmonies of #DCF37E
Complementary color
Monochromatic Colors of #DCF37E
Black with #DCF37E
Text Example
Text Example
White with #DCF37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF37E; }
p { color: rgb(220,243,126); }
H1.HeaderClassName
{
color: #DCF37E;
}
.AnyTagClassName
{
color: #DCF37E;
}
</style>
background-color css
<style>
a { background-color: #DCF37E; }
a { background-color: rgb(220,243,126); }
div.DivClassName
{
background-color: #DCF37E;
}
.BgClassName
{
background-color: #DCF37E;
}
</style>
border-color css
<style>
span { border-color: #DCF37E; }
span { border-color: rgb(220,243,126); }
td.TdClassName
{
border-color: #DCF37E;
}
.TagClassName
{
border-color: #DCF37E;
}
</style>