Shades of Mindaro #DCFE81
Tints of Mindaro #DCFE81
RGB
CMYK
RGB Variations
Color information
#DCFE81 (or 0xDCFE81) is known color: Mindaro. HEX triplet: DC, FE and 81. RGB value is (220,254,129). Sum of RGB (Red+Green+Blue) = 220+254+129=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE81 is #23017E. Grayscale: #E6E6E6. Windows color (decimal): -2294143 or 8519388. OLE color: 8519388.
HSL color Cylindrical-coordinate representation of color #DCFE81: hue angle of 76.32º 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 #DCFE81 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 129 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.00 |
| HSL | 76.32º | 0.98% | 0.75% | - |
| HSV(B) | 76.32º | 0.49% | 1% | - |
| XYZ | 68.92 | 87.68 | 34.06 | - |
| YUV | 229.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 129 | 0.13 | 0 | 0.49 | 0.00 | 76.32 | 0.98 | 0.75 |
| Hex | DC | FE | 81 | D | 0 | 31 | 0 | 4C | 62 | 4B |
| Octal | 334 | 376 | 201 | 15 | 0 | 61 | 0 | 114 | 142 | 113 |
| Binary | 11011100 | 11111110 | 10000001 | 1101 | 0 | 110001 | 0 | 1001100 | 1100010 | 1001011 |
Color Harmonies of #DCFE81
Complementary color
Monochromatic Colors of #DCFE81
Black with #DCFE81
Text Example
Text Example
White with #DCFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE81; }
p { color: rgb(220,254,129); }
H1.HeaderClassName
{
color: #DCFE81;
}
.AnyTagClassName
{
color: #DCFE81;
}
</style>
background-color css
<style>
a { background-color: #DCFE81; }
a { background-color: rgb(220,254,129); }
div.DivClassName
{
background-color: #DCFE81;
}
.BgClassName
{
background-color: #DCFE81;
}
</style>
border-color css
<style>
span { border-color: #DCFE81; }
span { border-color: rgb(220,254,129); }
td.TdClassName
{
border-color: #DCFE81;
}
.TagClassName
{
border-color: #DCFE81;
}
</style>