Html Css Color HEX #DBE92F Pear

📋 copy color: '#DBE92F'

red 219 ◦ green 233 ◦ blue 47

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

Shades of Pear #DBE92F

Tints of Pear #DBE92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.42%

R = 43.89%
G = 46.69%
B = 9.42%

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

#DBE92F (or 0xDBE92F) is known color: Pear. HEX triplet: DB, E9 and 2F. RGB value is (219,233,47). Sum of RGB (Red+Green+Blue) = 219+233+47=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE92F is #2416D0. Grayscale: #D0D0D0. Windows color (decimal): -2365137 or 3140059. OLE color: 3140059.

HSL color Cylindrical-coordinate representation of color #DBE92F: hue angle of 64.52º 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 #DBE92F is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 47 -
CMYK 0.06 0 0.80 0.09
HSL 64.52º 0.81% 0.55% -
HSV(B) 64.52º 0.8% 0.91% -
XYZ 58.87 73.54 13.78 -
YUV 207.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 219 233 47 0.06 0 0.80 0.09 64.52 0.81 0.55
Hex DB E9 2F 6 0 50 9 41 51 37
Octal 333 351 57 6 0 120 11 101 121 67
Binary 11011011 11101001 101111 110 0 1010000 1001 1000001 1010001 110111

Color Harmonies of #DBE92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE92F

Black with #DBE92F

Text Example


Text Example

White with #DBE92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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