Html Css Color HEX #DBE92E Pear

📋 copy color: '#DBE92E'

red 219 ◦ green 233 ◦ blue 46

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

Shades of Pear #DBE92E

Tints of Pear #DBE92E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.79%

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

R = 43.98%
G = 46.79%
B = 9.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#DBE92E (or 0xDBE92E) is known color: Pear. HEX triplet: DB, E9 and 2E. RGB value is (219,233,46). Sum of RGB (Red+Green+Blue) = 219+233+46=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE92E is #2416D1. Grayscale: #D0D0D0. Windows color (decimal): -2365138 or 3074523. OLE color: 3074523.

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

Color convert

RGB 219 233 46 -
CMYK 0.06 0 0.80 0.09
HSL 64.49º 0.81% 0.55% -
HSV(B) 64.49º 0.8% 0.91% -
XYZ 58.85 73.54 13.68 -
YUV 207.5 36.86 136.21 -
System Red Green Blue C M Y K H S L
Decimal 219 233 46 0.06 0 0.80 0.09 64.49 0.81 0.55
Hex DB E9 2E 6 0 50 9 40 51 37
Octal 333 351 56 6 0 120 11 100 121 67
Binary 11011011 11101001 101110 110 0 1010000 1001 1000000 1010001 110111

Color Harmonies of #DBE92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE92E

Black with #DBE92E

Text Example


Text Example

White with #DBE92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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