Html Css Color HEX #DBE52D Pear

📋 copy color: '#DBE52D'

red 219 ◦ green 229 ◦ blue 45

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

Shades of Pear #DBE52D

Tints of Pear #DBE52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.13%

R = 44.42%
G = 46.45%
B = 9.13%

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

#DBE52D (or 0xDBE52D) is known color: Pear. HEX triplet: DB, E5 and 2D. RGB value is (219,229,45). Sum of RGB (Red+Green+Blue) = 219+229+45=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE52D is #241AD2. Grayscale: #CDCDCD. Windows color (decimal): -2366163 or 3007963. OLE color: 3007963.

HSL color Cylindrical-coordinate representation of color #DBE52D: hue angle of 63.26º 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 #DBE52D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 45 -
CMYK 0.04 0 0.80 0.10
HSL 63.26º 0.78% 0.54% -
HSV(B) 63.26º 0.8% 0.9% -
XYZ 57.71 71.29 13.2 -
YUV 205.03 37.69 137.96 -
System Red Green Blue C M Y K H S L
Decimal 219 229 45 0.04 0 0.80 0.10 63.26 0.78 0.54
Hex DB E5 2D 4 0 50 A 3F 4E 36
Octal 333 345 55 4 0 120 12 77 116 66
Binary 11011011 11100101 101101 100 0 1010000 1010 111111 1001110 110110

Color Harmonies of #DBE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE52D

Black with #DBE52D

Text Example


Text Example

White with #DBE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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