Shades of Mindaro #DCFE82
Tints of Mindaro #DCFE82
RGB
CMYK
RGB Variations
Color information
#DCFE82 (or 0xDCFE82) is known color: Mindaro. HEX triplet: DC, FE and 82. RGB value is (220,254,130). Sum of RGB (Red+Green+Blue) = 220+254+130=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE82 is #23017D. Grayscale: #E6E6E6. Windows color (decimal): -2294142 or 8584924. OLE color: 8584924.
HSL color Cylindrical-coordinate representation of color #DCFE82: hue angle of 76.45º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCFE82 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 130 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.00 |
| HSL | 76.45º | 0.98% | 0.75% | - |
| HSV(B) | 76.45º | 0.49% | 1% | - |
| XYZ | 68.99 | 87.71 | 34.41 | - |
| YUV | 229.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 130 | 0.13 | 0 | 0.49 | 0.00 | 76.45 | 0.98 | 0.75 |
| Hex | DC | FE | 82 | D | 0 | 31 | 0 | 4C | 62 | 4B |
| Octal | 334 | 376 | 202 | 15 | 0 | 61 | 0 | 114 | 142 | 113 |
| Binary | 11011100 | 11111110 | 10000010 | 1101 | 0 | 110001 | 0 | 1001100 | 1100010 | 1001011 |
Color Harmonies of #DCFE82
Complementary color
Monochromatic Colors of #DCFE82
Black with #DCFE82
Text Example
Text Example
White with #DCFE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE82; }
p { color: rgb(220,254,130); }
H1.HeaderClassName
{
color: #DCFE82;
}
.AnyTagClassName
{
color: #DCFE82;
}
</style>
background-color css
<style>
a { background-color: #DCFE82; }
a { background-color: rgb(220,254,130); }
div.DivClassName
{
background-color: #DCFE82;
}
.BgClassName
{
background-color: #DCFE82;
}
</style>
border-color css
<style>
span { border-color: #DCFE82; }
span { border-color: rgb(220,254,130); }
td.TdClassName
{
border-color: #DCFE82;
}
.TagClassName
{
border-color: #DCFE82;
}
</style>