Shades of Mindaro #DCFE77
Tints of Mindaro #DCFE77
RGB
CMYK
RGB Variations
Color information
#DCFE77 (or 0xDCFE77) is known color: Mindaro. HEX triplet: DC, FE and 77. RGB value is (220,254,119). Sum of RGB (Red+Green+Blue) = 220+254+119=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE77 is #230188. Grayscale: #E4E4E4. Windows color (decimal): -2294153 or 7864028. OLE color: 7864028.
HSL color Cylindrical-coordinate representation of color #DCFE77: hue angle of 75.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFE77 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 119 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.00 |
| HSL | 75.11º | 0.99% | 0.73% | - |
| HSV(B) | 75.11º | 0.53% | 1% | - |
| XYZ | 68.29 | 87.43 | 30.73 | - |
| YUV | 228.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 119 | 0.13 | 0 | 0.53 | 0.00 | 75.11 | 0.99 | 0.73 |
| Hex | DC | FE | 77 | D | 0 | 35 | 0 | 4B | 63 | 49 |
| Octal | 334 | 376 | 167 | 15 | 0 | 65 | 0 | 113 | 143 | 111 |
| Binary | 11011100 | 11111110 | 1110111 | 1101 | 0 | 110101 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DCFE77
Complementary color
Monochromatic Colors of #DCFE77
Black with #DCFE77
Text Example
Text Example
White with #DCFE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE77; }
p { color: rgb(220,254,119); }
H1.HeaderClassName
{
color: #DCFE77;
}
.AnyTagClassName
{
color: #DCFE77;
}
</style>
background-color css
<style>
a { background-color: #DCFE77; }
a { background-color: rgb(220,254,119); }
div.DivClassName
{
background-color: #DCFE77;
}
.BgClassName
{
background-color: #DCFE77;
}
</style>
border-color css
<style>
span { border-color: #DCFE77; }
span { border-color: rgb(220,254,119); }
td.TdClassName
{
border-color: #DCFE77;
}
.TagClassName
{
border-color: #DCFE77;
}
</style>