#dbe72d

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

Shades of Pear #DBE72D

Tints of Pear #DBE72D

Color information

#DBE72D (or 0xDBE72D) is unknown color: approx Pear. HEX triplet: DB, E7 and 2D. RGB value is (219,231,45). Sum of RGB (Red+Green+Blue) = 219+231+45=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE72D is #2418D2. Grayscale: #CECECE. Windows color (decimal): -2365651 or 3008475. OLE color: 3008475.

HSL color Cylindrical-coordinate representation of color #DBE72D: hue angle of 63.87º degrees, saturation: 0.79, 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 #DBE72D is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB21923145-
CMYK0.0500.810.09
HSL63.87º79.49%54.12%-
HSV(B)63.87º80.52%90.59%-
XYZ58.2672.413.39-
YUV206.2137.02137.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.24%
GREEN value IS 231 (90.62% from 255) = 46.67%
BLUE value IS 45 (17.97% from 255) = 9.09%
R=44.24%
G=46.67%
B=9.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal219231450.0500.810.0963.8779.4954.12
HexDBE72D50519404f36
Octal33334755501211110011766
Binary110110111110011110110110101010001100110000001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbe72d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbe72d; }

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

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

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

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

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

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

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

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