Shades of Mindaro #DCFC81
Tints of Mindaro #DCFC81
RGB
CMYK
RGB Variations
Color information
#DCFC81 (or 0xDCFC81) is known color: Mindaro. HEX triplet: DC, FC and 81. RGB value is (220,252,129). Sum of RGB (Red+Green+Blue) = 220+252+129=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC81 is #23037E. Grayscale: #E4E4E4. Windows color (decimal): -2294655 or 8518876. OLE color: 8518876.
HSL color Cylindrical-coordinate representation of color #DCFC81: hue angle of 75.61º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCFC81 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 129 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.01 |
| HSL | 75.61º | 0.95% | 0.75% | - |
| HSV(B) | 75.61º | 0.49% | 0.99% | - |
| XYZ | 68.29 | 86.42 | 33.85 | - |
| YUV | 228.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 129 | 0.13 | 0 | 0.49 | 0.01 | 75.61 | 0.95 | 0.75 |
| Hex | DC | FC | 81 | D | 0 | 31 | 1 | 4C | 5F | 4B |
| Octal | 334 | 374 | 201 | 15 | 0 | 61 | 1 | 114 | 137 | 113 |
| Binary | 11011100 | 11111100 | 10000001 | 1101 | 0 | 110001 | 1 | 1001100 | 1011111 | 1001011 |
Color Harmonies of #DCFC81
Complementary color
Monochromatic Colors of #DCFC81
Black with #DCFC81
Text Example
Text Example
White with #DCFC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC81; }
p { color: rgb(220,252,129); }
H1.HeaderClassName
{
color: #DCFC81;
}
.AnyTagClassName
{
color: #DCFC81;
}
</style>
background-color css
<style>
a { background-color: #DCFC81; }
a { background-color: rgb(220,252,129); }
div.DivClassName
{
background-color: #DCFC81;
}
.BgClassName
{
background-color: #DCFC81;
}
</style>
border-color css
<style>
span { border-color: #DCFC81; }
span { border-color: rgb(220,252,129); }
td.TdClassName
{
border-color: #DCFC81;
}
.TagClassName
{
border-color: #DCFC81;
}
</style>