Html Css Color HEX #DBEE2A Pear

📋 copy color: '#DBEE2A'

red 219 ◦ green 238 ◦ blue 42

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

Shades of Pear #DBEE2A

Tints of Pear #DBEE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.42%

R = 43.89%
G = 47.7%
B = 8.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#DBEE2A (or 0xDBEE2A) is known color: Pear. HEX triplet: DB, EE and 2A. RGB value is (219,238,42). Sum of RGB (Red+Green+Blue) = 219+238+42=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE2A is #2411D5. Grayscale: #D2D2D2. Windows color (decimal): -2363862 or 2813659. OLE color: 2813659.

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

Color convert

RGB 219 238 42 -
CMYK 0.08 0 0.82 0.07
HSL 65.82º 0.85% 0.55% -
HSV(B) 65.82º 0.82% 0.93% -
XYZ 60.21 76.38 13.76 -
YUV 209.98 33.21 134.44 -
System Red Green Blue C M Y K H S L
Decimal 219 238 42 0.08 0 0.82 0.07 65.82 0.85 0.55
Hex DB EE 2A 8 0 52 7 42 55 37
Octal 333 356 52 10 0 122 7 102 125 67
Binary 11011011 11101110 101010 1000 0 1010010 111 1000010 1010101 110111

Color Harmonies of #DBEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE2A

Black with #DBEE2A

Text Example


Text Example

White with #DBEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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