Shades of Mindaro #DCFD5E
Tints of Mindaro #DCFD5E
RGB
CMYK
RGB Variations
Color information
#DCFD5E (or 0xDCFD5E) is known color: Mindaro. HEX triplet: DC, FD and 5E. RGB value is (220,253,94). Sum of RGB (Red+Green+Blue) = 220+253+94=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD5E is #2302A1. Grayscale: #E1E1E1. Windows color (decimal): -2294434 or 6225372. OLE color: 6225372.
HSL color Cylindrical-coordinate representation of color #DCFD5E: hue angle of 72.45º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCFD5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 94 | - |
CMYK | 0.13 | 0 | 0.63 | 0.01 |
HSL | 72.45º | 0.98% | 0.68% | - |
HSV(B) | 72.45º | 0.63% | 0.99% | - |
XYZ | 66.66 | 86.27 | 23.73 | - |
YUV | 225.01 | 54.07 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 94 | 0.13 | 0 | 0.63 | 0.01 | 72.45 | 0.98 | 0.68 |
Hex | DC | FD | 5E | D | 0 | 3F | 1 | 48 | 62 | 44 |
Octal | 334 | 375 | 136 | 15 | 0 | 77 | 1 | 110 | 142 | 104 |
Binary | 11011100 | 11111101 | 1011110 | 1101 | 0 | 111111 | 1 | 1001000 | 1100010 | 1000100 |
Color Harmonies of #DCFD5E
Complementary color
Monochromatic Colors of #DCFD5E
Black with #DCFD5E
Text Example
Text Example
White with #DCFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD5E; }
p { color: rgb(220,253,94); }
H1.HeaderClassName
{
color: #DCFD5E;
}
.AnyTagClassName
{
color: #DCFD5E;
}
</style>
background-color css
<style>
a { background-color: #DCFD5E; }
a { background-color: rgb(220,253,94); }
div.DivClassName
{
background-color: #DCFD5E;
}
.BgClassName
{
background-color: #DCFD5E;
}
</style>
border-color css
<style>
span { border-color: #DCFD5E; }
span { border-color: rgb(220,253,94); }
td.TdClassName
{
border-color: #DCFD5E;
}
.TagClassName
{
border-color: #DCFD5E;
}
</style>