Html Css Color HEX #DBEE32 Pear

📋 copy color: '#DBEE32'

red 219 ◦ green 238 ◦ blue 50

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

Shades of Pear #DBEE32

Tints of Pear #DBEE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.86%

R = 43.2%
G = 46.94%
B = 9.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#DBEE32 (or 0xDBEE32) is known color: Pear. HEX triplet: DB, EE and 32. RGB value is (219,238,50). Sum of RGB (Red+Green+Blue) = 219+238+50=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE32 is #2411CD. Grayscale: #D3D3D3. Windows color (decimal): -2363854 or 3337947. OLE color: 3337947.

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

Color convert

RGB 219 238 50 -
CMYK 0.08 0 0.79 0.07
HSL 66.06º 0.85% 0.56% -
HSV(B) 66.06º 0.79% 0.93% -
XYZ 60.36 76.44 14.59 -
YUV 210.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 219 238 50 0.08 0 0.79 0.07 66.06 0.85 0.56
Hex DB EE 32 8 0 4F 7 42 55 38
Octal 333 356 62 10 0 117 7 102 125 70
Binary 11011011 11101110 110010 1000 0 1001111 111 1000010 1010101 111000

Color Harmonies of #DBEE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE32

Black with #DBEE32

Text Example


Text Example

White with #DBEE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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