Shades of Mindaro #DCF37A
Tints of Mindaro #DCF37A
RGB
CMYK
RGB Variations
Color information
#DCF37A (or 0xDCF37A) is known color: Mindaro. HEX triplet: DC, F3 and 7A. RGB value is (220,243,122). Sum of RGB (Red+Green+Blue) = 220+243+122=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF37A is #230C85. Grayscale: #DEDEDE. Windows color (decimal): -2296966 or 8057820. OLE color: 8057820.
HSL color Cylindrical-coordinate representation of color #DCF37A: hue angle of 71.4º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF37A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 122 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.05 |
| HSL | 71.4º | 0.83% | 0.72% | - |
| HSV(B) | 71.4º | 0.5% | 0.95% | - |
| XYZ | 65.08 | 80.72 | 30.56 | - |
| YUV | 222.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 122 | 0.09 | 0 | 0.50 | 0.05 | 71.4 | 0.83 | 0.72 |
| Hex | DC | F3 | 7A | 9 | 0 | 32 | 5 | 47 | 53 | 48 |
| Octal | 334 | 363 | 172 | 11 | 0 | 62 | 5 | 107 | 123 | 110 |
| Binary | 11011100 | 11110011 | 1111010 | 1001 | 0 | 110010 | 101 | 1000111 | 1010011 | 1001000 |
Color Harmonies of #DCF37A
Complementary color
Monochromatic Colors of #DCF37A
Black with #DCF37A
Text Example
Text Example
White with #DCF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF37A; }
p { color: rgb(220,243,122); }
H1.HeaderClassName
{
color: #DCF37A;
}
.AnyTagClassName
{
color: #DCF37A;
}
</style>
background-color css
<style>
a { background-color: #DCF37A; }
a { background-color: rgb(220,243,122); }
div.DivClassName
{
background-color: #DCF37A;
}
.BgClassName
{
background-color: #DCF37A;
}
</style>
border-color css
<style>
span { border-color: #DCF37A; }
span { border-color: rgb(220,243,122); }
td.TdClassName
{
border-color: #DCF37A;
}
.TagClassName
{
border-color: #DCF37A;
}
</style>