Html Css Color HEX #DBEA3E Pear

📋 copy color: '#DBEA3E'

red 219 ◦ green 234 ◦ blue 62

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

Shades of Pear #DBEA3E

Tints of Pear #DBEA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.04%

R = 42.52%
G = 45.44%
B = 12.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#DBEA3E (or 0xDBEA3E) is known color: Pear. HEX triplet: DB, EA and 3E. RGB value is (219,234,62). Sum of RGB (Red+Green+Blue) = 219+234+62=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 62 (24.61% from 255 or 12.04% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA3E is #2415C1. Grayscale: #D2D2D2. Windows color (decimal): -2364866 or 4123355. OLE color: 4123355.

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

Color convert

RGB 219 234 62 -
CMYK 0.06 0 0.74 0.08
HSL 65.23º 0.8% 0.58% -
HSV(B) 65.23º 0.74% 0.92% -
XYZ 59.51 74.25 15.75 -
YUV 209.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 219 234 62 0.06 0 0.74 0.08 65.23 0.8 0.58
Hex DB EA 3E 6 0 4A 8 41 50 3A
Octal 333 352 76 6 0 112 10 101 120 72
Binary 11011011 11101010 111110 110 0 1001010 1000 1000001 1010000 111010

Color Harmonies of #DBEA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA3E

Black with #DBEA3E

Text Example


Text Example

White with #DBEA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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