Shades of Mindaro #DCF37F
Tints of Mindaro #DCF37F
RGB
CMYK
RGB Variations
Color information
#DCF37F (or 0xDCF37F) is known color: Mindaro. HEX triplet: DC, F3 and 7F. RGB value is (220,243,127). Sum of RGB (Red+Green+Blue) = 220+243+127=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF37F is #230C80. Grayscale: #DFDFDF. Windows color (decimal): -2296961 or 8385500. OLE color: 8385500.
HSL color Cylindrical-coordinate representation of color #DCF37F: hue angle of 71.9º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF37F is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 127 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.05 |
| HSL | 71.9º | 0.83% | 0.73% | - |
| HSV(B) | 71.9º | 0.48% | 0.95% | - |
| XYZ | 65.4 | 80.85 | 32.24 | - |
| YUV | 222.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 127 | 0.09 | 0 | 0.48 | 0.05 | 71.9 | 0.83 | 0.73 |
| Hex | DC | F3 | 7F | 9 | 0 | 30 | 5 | 48 | 53 | 49 |
| Octal | 334 | 363 | 177 | 11 | 0 | 60 | 5 | 110 | 123 | 111 |
| Binary | 11011100 | 11110011 | 1111111 | 1001 | 0 | 110000 | 101 | 1001000 | 1010011 | 1001001 |
Color Harmonies of #DCF37F
Complementary color
Monochromatic Colors of #DCF37F
Black with #DCF37F
Text Example
Text Example
White with #DCF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF37F; }
p { color: rgb(220,243,127); }
H1.HeaderClassName
{
color: #DCF37F;
}
.AnyTagClassName
{
color: #DCF37F;
}
</style>
background-color css
<style>
a { background-color: #DCF37F; }
a { background-color: rgb(220,243,127); }
div.DivClassName
{
background-color: #DCF37F;
}
.BgClassName
{
background-color: #DCF37F;
}
</style>
border-color css
<style>
span { border-color: #DCF37F; }
span { border-color: rgb(220,243,127); }
td.TdClassName
{
border-color: #DCF37F;
}
.TagClassName
{
border-color: #DCF37F;
}
</style>