Html Css Color HEX #DBE42E Pear

📋 copy color: '#DBE42E'

red 219 ◦ green 228 ◦ blue 46

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

Shades of Pear #DBE42E

Tints of Pear #DBE42E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

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

R = 44.42%
G = 46.25%
B = 9.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#DBE42E (or 0xDBE42E) is known color: Pear. HEX triplet: DB, E4 and 2E. RGB value is (219,228,46). Sum of RGB (Red+Green+Blue) = 219+228+46=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE42E is #241BD1. Grayscale: #CDCDCD. Windows color (decimal): -2366418 or 3073243. OLE color: 3073243.

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

Color convert

RGB 219 228 46 -
CMYK 0.04 0 0.80 0.11
HSL 62.97º 0.77% 0.54% -
HSV(B) 62.97º 0.8% 0.89% -
XYZ 57.45 70.74 13.21 -
YUV 204.56 38.52 138.3 -
System Red Green Blue C M Y K H S L
Decimal 219 228 46 0.04 0 0.80 0.11 62.97 0.77 0.54
Hex DB E4 2E 4 0 50 B 3F 4D 36
Octal 333 344 56 4 0 120 13 77 115 66
Binary 11011011 11100100 101110 100 0 1010000 1011 111111 1001101 110110

Color Harmonies of #DBE42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE42E

Black with #DBE42E

Text Example


Text Example

White with #DBE42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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