Shades of Mindaro #DCF769
Tints of Mindaro #DCF769
RGB
CMYK
RGB Variations
Color information
#DCF769 (or 0xDCF769) is known color: Mindaro. HEX triplet: DC, F7 and 69. RGB value is (220,247,105). Sum of RGB (Red+Green+Blue) = 220+247+105=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF769 is #230896. Grayscale: #DFDFDF. Windows color (decimal): -2295959 or 6944732. OLE color: 6944732.
HSL color Cylindrical-coordinate representation of color #DCF769: hue angle of 71.41º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCF769 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 105 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.03 |
| HSL | 71.41º | 0.9% | 0.69% | - |
| HSV(B) | 71.41º | 0.57% | 0.97% | - |
| XYZ | 65.33 | 82.76 | 25.9 | - |
| YUV | 222.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 105 | 0.11 | 0 | 0.57 | 0.03 | 71.41 | 0.9 | 0.69 |
| Hex | DC | F7 | 69 | B | 0 | 39 | 3 | 47 | 5A | 45 |
| Octal | 334 | 367 | 151 | 13 | 0 | 71 | 3 | 107 | 132 | 105 |
| Binary | 11011100 | 11110111 | 1101001 | 1011 | 0 | 111001 | 11 | 1000111 | 1011010 | 1000101 |
Color Harmonies of #DCF769
Complementary color
Monochromatic Colors of #DCF769
Black with #DCF769
Text Example
Text Example
White with #DCF769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF769; }
p { color: rgb(220,247,105); }
H1.HeaderClassName
{
color: #DCF769;
}
.AnyTagClassName
{
color: #DCF769;
}
</style>
background-color css
<style>
a { background-color: #DCF769; }
a { background-color: rgb(220,247,105); }
div.DivClassName
{
background-color: #DCF769;
}
.BgClassName
{
background-color: #DCF769;
}
</style>
border-color css
<style>
span { border-color: #DCF769; }
span { border-color: rgb(220,247,105); }
td.TdClassName
{
border-color: #DCF769;
}
.TagClassName
{
border-color: #DCF769;
}
</style>