Html Css Color HEX #DBEE20 Pear

📋 copy color: '#DBEE20'

red 219 ◦ green 238 ◦ blue 32

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

Shades of Pear #DBEE20

Tints of Pear #DBEE20

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.67%

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

R = 44.79%
G = 48.67%
B = 6.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#DBEE20 (or 0xDBEE20) is known color: Pear. HEX triplet: DB, EE and 20. RGB value is (219,238,32). Sum of RGB (Red+Green+Blue) = 219+238+32=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE20 is #2411DF. Grayscale: #D1D1D1. Windows color (decimal): -2363872 or 2158299. OLE color: 2158299.

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

Color convert

RGB 219 238 32 -
CMYK 0.08 0 0.87 0.07
HSL 65.53º 0.86% 0.53% -
HSV(B) 65.53º 0.87% 0.93% -
XYZ 60.05 76.31 12.93 -
YUV 208.84 28.21 135.25 -
System Red Green Blue C M Y K H S L
Decimal 219 238 32 0.08 0 0.87 0.07 65.53 0.86 0.53
Hex DB EE 20 8 0 57 7 42 56 35
Octal 333 356 40 10 0 127 7 102 126 65
Binary 11011011 11101110 100000 1000 0 1010111 111 1000010 1010110 110101

Color Harmonies of #DBEE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE20

Black with #DBEE20

Text Example


Text Example

White with #DBEE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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