Shades of Mindaro #DCF370
Tints of Mindaro #DCF370
RGB
CMYK
RGB Variations
Color information
#DCF370 (or 0xDCF370) is known color: Mindaro. HEX triplet: DC, F3 and 70. RGB value is (220,243,112). Sum of RGB (Red+Green+Blue) = 220+243+112=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF370 is #230C8F. Grayscale: #DDDDDD. Windows color (decimal): -2296976 or 7402460. OLE color: 7402460.
HSL color Cylindrical-coordinate representation of color #DCF370: hue angle of 70.53º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF370 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 112 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.05 |
| HSL | 70.53º | 0.85% | 0.7% | - |
| HSV(B) | 70.53º | 0.54% | 0.95% | - |
| XYZ | 64.49 | 80.49 | 27.47 | - |
| YUV | 221.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 112 | 0.09 | 0 | 0.54 | 0.05 | 70.53 | 0.85 | 0.7 |
| Hex | DC | F3 | 70 | 9 | 0 | 36 | 5 | 47 | 55 | 46 |
| Octal | 334 | 363 | 160 | 11 | 0 | 66 | 5 | 107 | 125 | 106 |
| Binary | 11011100 | 11110011 | 1110000 | 1001 | 0 | 110110 | 101 | 1000111 | 1010101 | 1000110 |
Color Harmonies of #DCF370
Complementary color
Monochromatic Colors of #DCF370
Black with #DCF370
Text Example
Text Example
White with #DCF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF370; }
p { color: rgb(220,243,112); }
H1.HeaderClassName
{
color: #DCF370;
}
.AnyTagClassName
{
color: #DCF370;
}
</style>
background-color css
<style>
a { background-color: #DCF370; }
a { background-color: rgb(220,243,112); }
div.DivClassName
{
background-color: #DCF370;
}
.BgClassName
{
background-color: #DCF370;
}
</style>
border-color css
<style>
span { border-color: #DCF370; }
span { border-color: rgb(220,243,112); }
td.TdClassName
{
border-color: #DCF370;
}
.TagClassName
{
border-color: #DCF370;
}
</style>