Shades of Pear #DCFE40
Tints of Pear #DCFE40
RGB
CMYK
RGB Variations
Color information
#DCFE40 (or 0xDCFE40) is known color: Pear. HEX triplet: DC, FE and 40. RGB value is (220,254,64). Sum of RGB (Red+Green+Blue) = 220+254+64=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE40 is #2301BF. Grayscale: #DEDEDE. Windows color (decimal): -2294208 or 4259548. OLE color: 4259548.
HSL color Cylindrical-coordinate representation of color #DCFE40: hue angle of 70.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCFE40 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 64 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.00 |
| HSL | 70.74º | 0.99% | 0.62% | - |
| HSV(B) | 70.74º | 0.75% | 1% | - |
| XYZ | 65.88 | 86.47 | 18.07 | - |
| YUV | 222.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 64 | 0.13 | 0 | 0.75 | 0.00 | 70.74 | 0.99 | 0.62 |
| Hex | DC | FE | 40 | D | 0 | 4B | 0 | 47 | 63 | 3E |
| Octal | 334 | 376 | 100 | 15 | 0 | 113 | 0 | 107 | 143 | 76 |
| Binary | 11011100 | 11111110 | 1000000 | 1101 | 0 | 1001011 | 0 | 1000111 | 1100011 | 111110 |
Color Harmonies of #DCFE40
Complementary color
Monochromatic Colors of #DCFE40
Black with #DCFE40
Text Example
Text Example
White with #DCFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE40; }
p { color: rgb(220,254,64); }
H1.HeaderClassName
{
color: #DCFE40;
}
.AnyTagClassName
{
color: #DCFE40;
}
</style>
background-color css
<style>
a { background-color: #DCFE40; }
a { background-color: rgb(220,254,64); }
div.DivClassName
{
background-color: #DCFE40;
}
.BgClassName
{
background-color: #DCFE40;
}
</style>
border-color css
<style>
span { border-color: #DCFE40; }
span { border-color: rgb(220,254,64); }
td.TdClassName
{
border-color: #DCFE40;
}
.TagClassName
{
border-color: #DCFE40;
}
</style>