#DBEE3B

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

Shades of Pear #DBEE3B

Tints of Pear #DBEE3B

Color information

#DBEE3B (or 0xDBEE3B) is unknown color: approx Pear. HEX triplet: DB, EE and 3B. RGB value is (219,238,59). Sum of RGB (Red+Green+Blue) = 219+238+59=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE3B is #2411C4. Grayscale: #D4D4D4. Windows color (decimal): -2363845 or 3927771. OLE color: 3927771.

HSL color Cylindrical-coordinate representation of color #DBEE3B: hue angle of 66.37º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBEE3B is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB21923859-
CMYK0.0800.750.07
HSL66.37º84.04%58.24%-
HSV(B)66.37º75.21%93.33%-
XYZ60.5876.5215.72-
YUV211.9141.71133.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 238 (93.36% from 255) = 46.12%
BLUE value IS 59 (23.44% from 255) = 11.43%
R=42.44%
G=46.12%
B=11.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219238590.0800.750.0766.3784.0458.24
HexDBEE3B804B742543a
Octal33335673100113710212472
Binary110110111110111011101110000100101111110000101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEE3B; }

 p { color: rgb(219,238,59); }

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

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

 a { background-color: rgb(219,238,59); }

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

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

 span { border-color: rgb(219,238,59); }

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