Shades of Mindaro #DCF36C
Tints of Mindaro #DCF36C
RGB
CMYK
RGB Variations
Color information
#DCF36C (or 0xDCF36C) is known color: Mindaro. HEX triplet: DC, F3 and 6C. RGB value is (220,243,108). Sum of RGB (Red+Green+Blue) = 220+243+108=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF36C is #230C93. Grayscale: #DDDDDD. Windows color (decimal): -2296980 or 7140316. OLE color: 7140316.
HSL color Cylindrical-coordinate representation of color #DCF36C: hue angle of 70.22º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF36C is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 108 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.05 |
| HSL | 70.22º | 0.85% | 0.69% | - |
| HSV(B) | 70.22º | 0.56% | 0.95% | - |
| XYZ | 64.27 | 80.4 | 26.32 | - |
| YUV | 220.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 108 | 0.09 | 0 | 0.56 | 0.05 | 70.22 | 0.85 | 0.69 |
| Hex | DC | F3 | 6C | 9 | 0 | 38 | 5 | 46 | 55 | 45 |
| Octal | 334 | 363 | 154 | 11 | 0 | 70 | 5 | 106 | 125 | 105 |
| Binary | 11011100 | 11110011 | 1101100 | 1001 | 0 | 111000 | 101 | 1000110 | 1010101 | 1000101 |
Color Harmonies of #DCF36C
Complementary color
Monochromatic Colors of #DCF36C
Black with #DCF36C
Text Example
Text Example
White with #DCF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF36C; }
p { color: rgb(220,243,108); }
H1.HeaderClassName
{
color: #DCF36C;
}
.AnyTagClassName
{
color: #DCF36C;
}
</style>
background-color css
<style>
a { background-color: #DCF36C; }
a { background-color: rgb(220,243,108); }
div.DivClassName
{
background-color: #DCF36C;
}
.BgClassName
{
background-color: #DCF36C;
}
</style>
border-color css
<style>
span { border-color: #DCF36C; }
span { border-color: rgb(220,243,108); }
td.TdClassName
{
border-color: #DCF36C;
}
.TagClassName
{
border-color: #DCF36C;
}
</style>