Shades of Mindaro #DCF379
Tints of Mindaro #DCF379
RGB
CMYK
RGB Variations
Color information
#DCF379 (or 0xDCF379) is known color: Mindaro. HEX triplet: DC, F3 and 79. RGB value is (220,243,121). Sum of RGB (Red+Green+Blue) = 220+243+121=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF379 is #230C86. Grayscale: #DEDEDE. Windows color (decimal): -2296967 or 7992284. OLE color: 7992284.
HSL color Cylindrical-coordinate representation of color #DCF379: hue angle of 71.31º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF379 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 121 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.05 |
| HSL | 71.31º | 0.84% | 0.71% | - |
| HSV(B) | 71.31º | 0.5% | 0.95% | - |
| XYZ | 65.02 | 80.7 | 30.24 | - |
| YUV | 222.22 | 70.88 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 121 | 0.09 | 0 | 0.50 | 0.05 | 71.31 | 0.84 | 0.71 |
| Hex | DC | F3 | 79 | 9 | 0 | 32 | 5 | 47 | 54 | 47 |
| Octal | 334 | 363 | 171 | 11 | 0 | 62 | 5 | 107 | 124 | 107 |
| Binary | 11011100 | 11110011 | 1111001 | 1001 | 0 | 110010 | 101 | 1000111 | 1010100 | 1000111 |
Color Harmonies of #DCF379
Complementary color
Monochromatic Colors of #DCF379
Black with #DCF379
Text Example
Text Example
White with #DCF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF379; }
p { color: rgb(220,243,121); }
H1.HeaderClassName
{
color: #DCF379;
}
.AnyTagClassName
{
color: #DCF379;
}
</style>
background-color css
<style>
a { background-color: #DCF379; }
a { background-color: rgb(220,243,121); }
div.DivClassName
{
background-color: #DCF379;
}
.BgClassName
{
background-color: #DCF379;
}
</style>
border-color css
<style>
span { border-color: #DCF379; }
span { border-color: rgb(220,243,121); }
td.TdClassName
{
border-color: #DCF379;
}
.TagClassName
{
border-color: #DCF379;
}
</style>