Shades of Mindaro #DCF27D
Tints of Mindaro #DCF27D
RGB
CMYK
RGB Variations
Color information
#DCF27D (or 0xDCF27D) is known color: Mindaro. HEX triplet: DC, F2 and 7D. RGB value is (220,242,125). Sum of RGB (Red+Green+Blue) = 220+242+125=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF27D is #230D82. Grayscale: #DEDEDE. Windows color (decimal): -2297219 or 8254172. OLE color: 8254172.
HSL color Cylindrical-coordinate representation of color #DCF27D: hue angle of 71.28º degrees, saturation: 0.82, 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 #DCF27D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 125 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.05 |
| HSL | 71.28º | 0.82% | 0.72% | - |
| HSV(B) | 71.28º | 0.48% | 0.95% | - |
| XYZ | 64.97 | 80.2 | 31.46 | - |
| YUV | 222.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 125 | 0.09 | 0 | 0.48 | 0.05 | 71.28 | 0.82 | 0.72 |
| Hex | DC | F2 | 7D | 9 | 0 | 30 | 5 | 47 | 52 | 48 |
| Octal | 334 | 362 | 175 | 11 | 0 | 60 | 5 | 107 | 122 | 110 |
| Binary | 11011100 | 11110010 | 1111101 | 1001 | 0 | 110000 | 101 | 1000111 | 1010010 | 1001000 |
Color Harmonies of #DCF27D
Complementary color
Monochromatic Colors of #DCF27D
Black with #DCF27D
Text Example
Text Example
White with #DCF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF27D; }
p { color: rgb(220,242,125); }
H1.HeaderClassName
{
color: #DCF27D;
}
.AnyTagClassName
{
color: #DCF27D;
}
</style>
background-color css
<style>
a { background-color: #DCF27D; }
a { background-color: rgb(220,242,125); }
div.DivClassName
{
background-color: #DCF27D;
}
.BgClassName
{
background-color: #DCF27D;
}
</style>
border-color css
<style>
span { border-color: #DCF27D; }
span { border-color: rgb(220,242,125); }
td.TdClassName
{
border-color: #DCF27D;
}
.TagClassName
{
border-color: #DCF27D;
}
</style>