Shades of Mindaro #DCF965
Tints of Mindaro #DCF965
RGB
CMYK
RGB Variations
Color information
#DCF965 (or 0xDCF965) is known color: Mindaro. HEX triplet: DC, F9 and 65. RGB value is (220,249,101). Sum of RGB (Red+Green+Blue) = 220+249+101=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF965 is #23069A. Grayscale: #E0E0E0. Windows color (decimal): -2295451 or 6683100. OLE color: 6683100.
HSL color Cylindrical-coordinate representation of color #DCF965: hue angle of 71.76º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCF965 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 101 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.02 |
| HSL | 71.76º | 0.93% | 0.69% | - |
| HSV(B) | 71.76º | 0.59% | 0.98% | - |
| XYZ | 65.74 | 83.91 | 25.04 | - |
| YUV | 223.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 101 | 0.12 | 0 | 0.59 | 0.02 | 71.76 | 0.93 | 0.69 |
| Hex | DC | F9 | 65 | C | 0 | 3B | 2 | 48 | 5C | 45 |
| Octal | 334 | 371 | 145 | 14 | 0 | 73 | 2 | 110 | 134 | 105 |
| Binary | 11011100 | 11111001 | 1100101 | 1100 | 0 | 111011 | 10 | 1001000 | 1011100 | 1000101 |
Color Harmonies of #DCF965
Complementary color
Monochromatic Colors of #DCF965
Black with #DCF965
Text Example
Text Example
White with #DCF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF965; }
p { color: rgb(220,249,101); }
H1.HeaderClassName
{
color: #DCF965;
}
.AnyTagClassName
{
color: #DCF965;
}
</style>
background-color css
<style>
a { background-color: #DCF965; }
a { background-color: rgb(220,249,101); }
div.DivClassName
{
background-color: #DCF965;
}
.BgClassName
{
background-color: #DCF965;
}
</style>
border-color css
<style>
span { border-color: #DCF965; }
span { border-color: rgb(220,249,101); }
td.TdClassName
{
border-color: #DCF965;
}
.TagClassName
{
border-color: #DCF965;
}
</style>