Shades of Pear #DCFE48
Tints of Pear #DCFE48
RGB
CMYK
RGB Variations
Color information
#DCFE48 (or 0xDCFE48) is known color: Pear. HEX triplet: DC, FE and 48. RGB value is (220,254,72). Sum of RGB (Red+Green+Blue) = 220+254+72=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 72 (28.52% from 255 or 13.19% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE48 is #2301B7. Grayscale: #DFDFDF. Windows color (decimal): -2294200 or 4783836. OLE color: 4783836.
HSL color Cylindrical-coordinate representation of color #DCFE48: hue angle of 71.21º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCFE48 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 72 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.00 |
| HSL | 71.21º | 0.99% | 0.64% | - |
| HSV(B) | 71.21º | 0.72% | 1% | - |
| XYZ | 66.13 | 86.57 | 19.35 | - |
| YUV | 223.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 72 | 0.13 | 0 | 0.72 | 0.00 | 71.21 | 0.99 | 0.64 |
| Hex | DC | FE | 48 | D | 0 | 48 | 0 | 47 | 63 | 40 |
| Octal | 334 | 376 | 110 | 15 | 0 | 110 | 0 | 107 | 143 | 100 |
| Binary | 11011100 | 11111110 | 1001000 | 1101 | 0 | 1001000 | 0 | 1000111 | 1100011 | 1000000 |
Color Harmonies of #DCFE48
Complementary color
Monochromatic Colors of #DCFE48
Black with #DCFE48
Text Example
Text Example
White with #DCFE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE48; }
p { color: rgb(220,254,72); }
H1.HeaderClassName
{
color: #DCFE48;
}
.AnyTagClassName
{
color: #DCFE48;
}
</style>
background-color css
<style>
a { background-color: #DCFE48; }
a { background-color: rgb(220,254,72); }
div.DivClassName
{
background-color: #DCFE48;
}
.BgClassName
{
background-color: #DCFE48;
}
</style>
border-color css
<style>
span { border-color: #DCFE48; }
span { border-color: rgb(220,254,72); }
td.TdClassName
{
border-color: #DCFE48;
}
.TagClassName
{
border-color: #DCFE48;
}
</style>