Shades of Mindaro #DCFC82
Tints of Mindaro #DCFC82
RGB
CMYK
RGB Variations
Color information
#DCFC82 (or 0xDCFC82) is known color: Mindaro. HEX triplet: DC, FC and 82. RGB value is (220,252,130). Sum of RGB (Red+Green+Blue) = 220+252+130=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC82 is #23037D. Grayscale: #E4E4E4. Windows color (decimal): -2294654 or 8584412. OLE color: 8584412.
HSL color Cylindrical-coordinate representation of color #DCFC82: hue angle of 75.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCFC82 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 130 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.01 |
| HSL | 75.74º | 0.95% | 0.75% | - |
| HSV(B) | 75.74º | 0.48% | 0.99% | - |
| XYZ | 68.35 | 86.45 | 34.2 | - |
| YUV | 228.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 130 | 0.13 | 0 | 0.48 | 0.01 | 75.74 | 0.95 | 0.75 |
| Hex | DC | FC | 82 | D | 0 | 30 | 1 | 4C | 5F | 4B |
| Octal | 334 | 374 | 202 | 15 | 0 | 60 | 1 | 114 | 137 | 113 |
| Binary | 11011100 | 11111100 | 10000010 | 1101 | 0 | 110000 | 1 | 1001100 | 1011111 | 1001011 |
Color Harmonies of #DCFC82
Complementary color
Monochromatic Colors of #DCFC82
Black with #DCFC82
Text Example
Text Example
White with #DCFC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC82; }
p { color: rgb(220,252,130); }
H1.HeaderClassName
{
color: #DCFC82;
}
.AnyTagClassName
{
color: #DCFC82;
}
</style>
background-color css
<style>
a { background-color: #DCFC82; }
a { background-color: rgb(220,252,130); }
div.DivClassName
{
background-color: #DCFC82;
}
.BgClassName
{
background-color: #DCFC82;
}
</style>
border-color css
<style>
span { border-color: #DCFC82; }
span { border-color: rgb(220,252,130); }
td.TdClassName
{
border-color: #DCFC82;
}
.TagClassName
{
border-color: #DCFC82;
}
</style>