Shades of Mindaro #DCF779
Tints of Mindaro #DCF779
RGB
CMYK
RGB Variations
Color information
#DCF779 (or 0xDCF779) is known color: Mindaro. HEX triplet: DC, F7 and 79. RGB value is (220,247,121). Sum of RGB (Red+Green+Blue) = 220+247+121=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF779 is #230886. Grayscale: #E1E1E1. Windows color (decimal): -2295943 or 7993308. OLE color: 7993308.
HSL color Cylindrical-coordinate representation of color #DCF779: hue angle of 72.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF779 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 121 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 72.86º | 0.89% | 0.72% | - |
| HSV(B) | 72.86º | 0.51% | 0.97% | - |
| XYZ | 66.23 | 83.12 | 30.64 | - |
| YUV | 224.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 121 | 0.11 | 0 | 0.51 | 0.03 | 72.86 | 0.89 | 0.72 |
| Hex | DC | F7 | 79 | B | 0 | 33 | 3 | 49 | 59 | 48 |
| Octal | 334 | 367 | 171 | 13 | 0 | 63 | 3 | 111 | 131 | 110 |
| Binary | 11011100 | 11110111 | 1111001 | 1011 | 0 | 110011 | 11 | 1001001 | 1011001 | 1001000 |
Color Harmonies of #DCF779
Complementary color
Monochromatic Colors of #DCF779
Black with #DCF779
Text Example
Text Example
White with #DCF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF779; }
p { color: rgb(220,247,121); }
H1.HeaderClassName
{
color: #DCF779;
}
.AnyTagClassName
{
color: #DCF779;
}
</style>
background-color css
<style>
a { background-color: #DCF779; }
a { background-color: rgb(220,247,121); }
div.DivClassName
{
background-color: #DCF779;
}
.BgClassName
{
background-color: #DCF779;
}
</style>
border-color css
<style>
span { border-color: #DCF779; }
span { border-color: rgb(220,247,121); }
td.TdClassName
{
border-color: #DCF779;
}
.TagClassName
{
border-color: #DCF779;
}
</style>