Html Css Color HEX #DBEA20 Pear

📋 copy color: '#DBEA20'

red 219 ◦ green 234 ◦ blue 32

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

Shades of Pear #DBEA20

Tints of Pear #DBEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.25%

 BLUE value IS 32 (12.89% from 255) = 6.6%

R = 45.15%
G = 48.25%
B = 6.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#DBEA20 (or 0xDBEA20) is known color: Pear. HEX triplet: DB, EA and 20. RGB value is (219,234,32). Sum of RGB (Red+Green+Blue) = 219+234+32=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA20 is #2415DF. Grayscale: #CFCFCF. Windows color (decimal): -2364896 or 2157275. OLE color: 2157275.

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

Color convert

RGB 219 234 32 -
CMYK 0.06 0 0.86 0.08
HSL 64.46º 0.83% 0.52% -
HSV(B) 64.46º 0.86% 0.92% -
XYZ 58.9 74.01 12.55 -
YUV 206.49 29.53 136.93 -
System Red Green Blue C M Y K H S L
Decimal 219 234 32 0.06 0 0.86 0.08 64.46 0.83 0.52
Hex DB EA 20 6 0 56 8 40 53 34
Octal 333 352 40 6 0 126 10 100 123 64
Binary 11011011 11101010 100000 110 0 1010110 1000 1000000 1010011 110100

Color Harmonies of #DBEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA20

Black with #DBEA20

Text Example


Text Example

White with #DBEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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