Html Css Color HEX #DBE52E Pear

📋 copy color: '#DBE52E'

red 219 ◦ green 229 ◦ blue 46

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

Shades of Pear #DBE52E

Tints of Pear #DBE52E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.36%

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

R = 44.33%
G = 46.36%
B = 9.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#DBE52E (or 0xDBE52E) is known color: Pear. HEX triplet: DB, E5 and 2E. RGB value is (219,229,46). Sum of RGB (Red+Green+Blue) = 219+229+46=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE52E is #241AD1. Grayscale: #CDCDCD. Windows color (decimal): -2366162 or 3073499. OLE color: 3073499.

HSL color Cylindrical-coordinate representation of color #DBE52E: hue angle of 63.28º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBE52E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 46 -
CMYK 0.04 0 0.80 0.10
HSL 63.28º 0.78% 0.54% -
HSV(B) 63.28º 0.8% 0.9% -
XYZ 57.73 71.3 13.3 -
YUV 205.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 219 229 46 0.04 0 0.80 0.10 63.28 0.78 0.54
Hex DB E5 2E 4 0 50 A 3F 4E 36
Octal 333 345 56 4 0 120 12 77 116 66
Binary 11011011 11100101 101110 100 0 1010000 1010 111111 1001110 110110

Color Harmonies of #DBE52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE52E

Black with #DBE52E

Text Example


Text Example

White with #DBE52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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