Html Css Color HEX #DBEC2E Pear

📋 copy color: '#DBEC2E'

red 219 ◦ green 236 ◦ blue 46

#DBEC2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DBEC2E

Tints of Pear #DBEC2E

RGB

 RED value IS 219 (85.94% from 255) = 43.71%

 GREEN value IS 236 (92.58% from 255) = 47.11%

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 43.71%
G = 47.11%
B = 9.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DBEC2E (or 0xDBEC2E) is known color: Pear. HEX triplet: DB, EC and 2E. RGB value is (219,236,46). Sum of RGB (Red+Green+Blue) = 219+236+46=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC2E is #2413D1. Grayscale: #D2D2D2. Windows color (decimal): -2364370 or 3075291. OLE color: 3075291.

HSL color Cylindrical-coordinate representation of color #DBEC2E: hue angle of 65.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBEC2E is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 46 -
CMYK 0.07 0 0.81 0.07
HSL 65.37º 0.83% 0.55% -
HSV(B) 65.37º 0.81% 0.93% -
XYZ 59.7 75.25 13.96 -
YUV 209.26 35.87 134.95 -
System Red Green Blue C M Y K H S L
Decimal 219 236 46 0.07 0 0.81 0.07 65.37 0.83 0.55
Hex DB EC 2E 7 0 51 7 41 53 37
Octal 333 354 56 7 0 121 7 101 123 67
Binary 11011011 11101100 101110 111 0 1010001 111 1000001 1010011 110111

Color Harmonies of #DBEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC2E

Black with #DBEC2E

Text Example


Text Example

White with #DBEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC2E; }

 p { color: rgb(219,236,46); }

 H1.HeaderClassName
 {
   color: #DBEC2E;
 }
 .AnyTagClassName
 {
   color: #DBEC2E;
 }
</style>

background-color css

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

 a { background-color: rgb(219,236,46); }

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

border-color css

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

 span { border-color: rgb(219,236,46); }

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