#DBEA40

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

Shades of Pear #DBEA40

Tints of Pear #DBEA40

Color information

#DBEA40 (or 0xDBEA40) is unknown color: approx Pear. HEX triplet: DB, EA and 40. RGB value is (219,234,64). Sum of RGB (Red+Green+Blue) = 219+234+64=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA40 is #2415BF. Grayscale: #D2D2D2. Windows color (decimal): -2364864 or 4254427. OLE color: 4254427.

HSL color Cylindrical-coordinate representation of color #DBEA40: hue angle of 65.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBEA40 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB21923464-
CMYK0.0600.730.08
HSL65.29º80.19%58.43%-
HSV(B)65.29º72.65%91.76%-
XYZ59.5674.2816.05-
YUV210.1445.53134.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 64 (25.39% from 255) = 12.38%
R=42.36%
G=45.26%
B=12.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal219234640.0600.730.0865.2980.1958.43
HexDBEA406049841503a
Octal333352100601111010112072
Binary1101101111101010100000011001001001100010000011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA40; }

 p { color: rgb(219,234,64); }

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

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

 a { background-color: rgb(219,234,64); }

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

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

 span { border-color: rgb(219,234,64); }

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