Shades of Mindaro #DCF96D
Tints of Mindaro #DCF96D
RGB
CMYK
RGB Variations
Color information
#DCF96D (or 0xDCF96D) is known color: Mindaro. HEX triplet: DC, F9 and 6D. RGB value is (220,249,109). Sum of RGB (Red+Green+Blue) = 220+249+109=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF96D is #230692. Grayscale: #E0E0E0. Windows color (decimal): -2295443 or 7207388. OLE color: 7207388.
HSL color Cylindrical-coordinate representation of color #DCF96D: hue angle of 72.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF96D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 109 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.02 |
| HSL | 72.43º | 0.92% | 0.7% | - |
| HSV(B) | 72.43º | 0.56% | 0.98% | - |
| XYZ | 66.15 | 84.07 | 27.21 | - |
| YUV | 224.37 | 62.89 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 109 | 0.12 | 0 | 0.56 | 0.02 | 72.43 | 0.92 | 0.7 |
| Hex | DC | F9 | 6D | C | 0 | 38 | 2 | 48 | 5C | 46 |
| Octal | 334 | 371 | 155 | 14 | 0 | 70 | 2 | 110 | 134 | 106 |
| Binary | 11011100 | 11111001 | 1101101 | 1100 | 0 | 111000 | 10 | 1001000 | 1011100 | 1000110 |
Color Harmonies of #DCF96D
Complementary color
Monochromatic Colors of #DCF96D
Black with #DCF96D
Text Example
Text Example
White with #DCF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF96D; }
p { color: rgb(220,249,109); }
H1.HeaderClassName
{
color: #DCF96D;
}
.AnyTagClassName
{
color: #DCF96D;
}
</style>
background-color css
<style>
a { background-color: #DCF96D; }
a { background-color: rgb(220,249,109); }
div.DivClassName
{
background-color: #DCF96D;
}
.BgClassName
{
background-color: #DCF96D;
}
</style>
border-color css
<style>
span { border-color: #DCF96D; }
span { border-color: rgb(220,249,109); }
td.TdClassName
{
border-color: #DCF96D;
}
.TagClassName
{
border-color: #DCF96D;
}
</style>