#DBE82D

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

Shades of Pear #DBE82D

Tints of Pear #DBE82D

Color information

#DBE82D (or 0xDBE82D) is unknown color: approx Pear. HEX triplet: DB, E8 and 2D. RGB value is (219,232,45). Sum of RGB (Red+Green+Blue) = 219+232+45=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE82D is #2417D2. Grayscale: #CFCFCF. Windows color (decimal): -2365395 or 3008731. OLE color: 3008731.

HSL color Cylindrical-coordinate representation of color #DBE82D: hue angle of 64.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBE82D is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB21923245-
CMYK0.0600.810.09
HSL64.17º80.26%54.31%-
HSV(B)64.17º80.6%90.98%-
XYZ58.5472.9613.48-
YUV206.836.69136.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 232 (91.02% from 255) = 46.77%
BLUE value IS 45 (17.97% from 255) = 9.07%
R=44.15%
G=46.77%
B=9.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal219232450.0600.810.0964.1780.2654.31
HexDBE82D60519405036
Octal33335055601211110012066
Binary110110111110100010110111001010001100110000001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE82D; }

 p { color: rgb(219,232,45); }

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

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

 a { background-color: rgb(219,232,45); }

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

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

 span { border-color: rgb(219,232,45); }

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