Shades of Mindaro #DCF963
Tints of Mindaro #DCF963
RGB
CMYK
RGB Variations
Color information
#DCF963 (or 0xDCF963) is known color: Mindaro. HEX triplet: DC, F9 and 63. RGB value is (220,249,99). Sum of RGB (Red+Green+Blue) = 220+249+99=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 99 (39.06% from 255 or 17.43% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF963 is #23069C. Grayscale: #DFDFDF. Windows color (decimal): -2295453 or 6552028. OLE color: 6552028.
HSL color Cylindrical-coordinate representation of color #DCF963: hue angle of 71.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF963 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 99 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.02 |
| HSL | 71.6º | 0.93% | 0.68% | - |
| HSV(B) | 71.6º | 0.6% | 0.98% | - |
| XYZ | 65.64 | 83.87 | 24.53 | - |
| YUV | 223.23 | 57.89 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 99 | 0.12 | 0 | 0.60 | 0.02 | 71.6 | 0.93 | 0.68 |
| Hex | DC | F9 | 63 | C | 0 | 3C | 2 | 48 | 5D | 44 |
| Octal | 334 | 371 | 143 | 14 | 0 | 74 | 2 | 110 | 135 | 104 |
| Binary | 11011100 | 11111001 | 1100011 | 1100 | 0 | 111100 | 10 | 1001000 | 1011101 | 1000100 |
Color Harmonies of #DCF963
Complementary color
Monochromatic Colors of #DCF963
Black with #DCF963
Text Example
Text Example
White with #DCF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF963; }
p { color: rgb(220,249,99); }
H1.HeaderClassName
{
color: #DCF963;
}
.AnyTagClassName
{
color: #DCF963;
}
</style>
background-color css
<style>
a { background-color: #DCF963; }
a { background-color: rgb(220,249,99); }
div.DivClassName
{
background-color: #DCF963;
}
.BgClassName
{
background-color: #DCF963;
}
</style>
border-color css
<style>
span { border-color: #DCF963; }
span { border-color: rgb(220,249,99); }
td.TdClassName
{
border-color: #DCF963;
}
.TagClassName
{
border-color: #DCF963;
}
</style>