Shades of Pear #DCFF48
Tints of Pear #DCFF48
RGB
CMYK
RGB Variations
Color information
#DCFF48 (or 0xDCFF48) is known color: Pear. HEX triplet: DC, FF and 48. RGB value is (220,255,72). Sum of RGB (Red+Green+Blue) = 220+255+72=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 72 (28.52% from 255 or 13.16% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF48 is #2300B7. Grayscale: #E0E0E0. Windows color (decimal): -2293944 or 4784092. OLE color: 4784092.
HSL color Cylindrical-coordinate representation of color #DCFF48: hue angle of 71.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCFF48 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 72 | - |
| CMYK | 0.14 | 0 | 0.72 | 0 |
| HSL | 71.48º | 1% | 0.64% | - |
| HSV(B) | 71.48º | 0.72% | 1% | - |
| XYZ | 66.44 | 87.2 | 19.46 | - |
| YUV | 223.67 | 42.4 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 72 | 0.14 | 0 | 0.72 | 0 | 71.48 | 1 | 0.64 |
| Hex | DC | FF | 48 | E | 0 | 48 | 0 | 47 | 64 | 40 |
| Octal | 334 | 377 | 110 | 16 | 0 | 110 | 0 | 107 | 144 | 100 |
| Binary | 11011100 | 11111111 | 1001000 | 1110 | 0 | 1001000 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DCFF48
Complementary color
Monochromatic Colors of #DCFF48
Black with #DCFF48
Text Example
Text Example
White with #DCFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF48; }
p { color: rgb(220,255,72); }
H1.HeaderClassName
{
color: #DCFF48;
}
.AnyTagClassName
{
color: #DCFF48;
}
</style>
background-color css
<style>
a { background-color: #DCFF48; }
a { background-color: rgb(220,255,72); }
div.DivClassName
{
background-color: #DCFF48;
}
.BgClassName
{
background-color: #DCFF48;
}
</style>
border-color css
<style>
span { border-color: #DCFF48; }
span { border-color: rgb(220,255,72); }
td.TdClassName
{
border-color: #DCFF48;
}
.TagClassName
{
border-color: #DCFF48;
}
</style>