Shades of Mindaro #DCF47B
Tints of Mindaro #DCF47B
RGB
CMYK
RGB Variations
Color information
#DCF47B (or 0xDCF47B) is known color: Mindaro. HEX triplet: DC, F4 and 7B. RGB value is (220,244,123). Sum of RGB (Red+Green+Blue) = 220+244+123=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF47B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF47B is #230B84. Grayscale: #DFDFDF. Windows color (decimal): -2296709 or 8123612. OLE color: 8123612.
HSL color Cylindrical-coordinate representation of color #DCF47B: hue angle of 71.9º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF47B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 123 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.04 |
| HSL | 71.9º | 0.85% | 0.72% | - |
| HSV(B) | 71.9º | 0.5% | 0.96% | - |
| XYZ | 65.44 | 81.35 | 30.99 | - |
| YUV | 223.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 123 | 0.10 | 0 | 0.50 | 0.04 | 71.9 | 0.85 | 0.72 |
| Hex | DC | F4 | 7B | A | 0 | 32 | 4 | 48 | 55 | 48 |
| Octal | 334 | 364 | 173 | 12 | 0 | 62 | 4 | 110 | 125 | 110 |
| Binary | 11011100 | 11110100 | 1111011 | 1010 | 0 | 110010 | 100 | 1001000 | 1010101 | 1001000 |
Color Harmonies of #DCF47B
Complementary color
Monochromatic Colors of #DCF47B
Black with #DCF47B
Text Example
Text Example
White with #DCF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF47B; }
p { color: rgb(220,244,123); }
H1.HeaderClassName
{
color: #DCF47B;
}
.AnyTagClassName
{
color: #DCF47B;
}
</style>
background-color css
<style>
a { background-color: #DCF47B; }
a { background-color: rgb(220,244,123); }
div.DivClassName
{
background-color: #DCF47B;
}
.BgClassName
{
background-color: #DCF47B;
}
</style>
border-color css
<style>
span { border-color: #DCF47B; }
span { border-color: rgb(220,244,123); }
td.TdClassName
{
border-color: #DCF47B;
}
.TagClassName
{
border-color: #DCF47B;
}
</style>