Html Css Color HEX #DBEE2E Pear

📋 copy color: '#DBEE2E'

red 219 ◦ green 238 ◦ blue 46

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

Shades of Pear #DBEE2E

Tints of Pear #DBEE2E

RGB

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

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

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

R = 43.54%
G = 47.32%
B = 9.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DBEE2E (or 0xDBEE2E) is known color: Pear. HEX triplet: DB, EE and 2E. RGB value is (219,238,46). Sum of RGB (Red+Green+Blue) = 219+238+46=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE2E is #2411D1. Grayscale: #D3D3D3. Windows color (decimal): -2363858 or 3075803. OLE color: 3075803.

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

Color convert

RGB 219 238 46 -
CMYK 0.08 0 0.81 0.07
HSL 65.94º 0.85% 0.56% -
HSV(B) 65.94º 0.81% 0.93% -
XYZ 60.28 76.41 14.16 -
YUV 210.43 35.21 134.11 -
System Red Green Blue C M Y K H S L
Decimal 219 238 46 0.08 0 0.81 0.07 65.94 0.85 0.56
Hex DB EE 2E 8 0 51 7 42 55 38
Octal 333 356 56 10 0 121 7 102 125 70
Binary 11011011 11101110 101110 1000 0 1010001 111 1000010 1010101 111000

Color Harmonies of #DBEE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE2E

Black with #DBEE2E

Text Example


Text Example

White with #DBEE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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