#DBFE48

Color #DBFE48 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DBFE48

Tints of Pear #DBFE48

Color information

#DBFE48 (or 0xDBFE48) is unknown color: approx Pear. HEX triplet: DB, FE and 48. RGB value is (219,254,72). Sum of RGB (Red+Green+Blue) = 219+254+72=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE48 is #2401B7. Grayscale: #DFDFDF. Windows color (decimal): -2359736 or 4783835. OLE color: 4783835.

HSL color Cylindrical-coordinate representation of color #DBFE48: hue angle of 71.54º 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 #DBFE48 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB21925472-
CMYK0.1400.720.00
HSL71.54º98.91%63.92%-
HSV(B)71.54º71.65%99.61%-
XYZ65.8286.4119.34-
YUV222.7942.9125.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 254 (99.61% from 255) = 46.61%
BLUE value IS 72 (28.52% from 255) = 13.21%
R=40.18%
G=46.61%
B=13.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal219254720.1400.720.0071.5498.9163.92
HexDBFE48E0480486340
Octal3333761101601100110143100
Binary110110111111111010010001110010010000100100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFE48; }

 p { color: rgb(219,254,72); }

 H1.HeaderClassName
 {
   color: #DBFE48;
 }
 .AnyTagClassName
 {
   color: #DBFE48;
 }
</style>
background-color css

<style>
 a { background-color: #DBFE48; }

 a { background-color: rgb(219,254,72); }

 div.DivClassName
 {
   background-color: #DBFE48;
 }
 .BgClassName
 {
   background-color: #DBFE48;
 }
</style>
border-color css

<style>
 span { border-color: #DBFE48; }

 span { border-color: rgb(219,254,72); }

 td.TdClassName
 {
   border-color: #DBFE48;
 }
 .TagClassName
 {
   border-color: #DBFE48;
 }
</style>