Html Css Color HEX #DBE52F Pear

📋 copy color: '#DBE52F'

red 219 ◦ green 229 ◦ blue 47

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

Shades of Pear #DBE52F

Tints of Pear #DBE52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.49%

R = 44.24%
G = 46.26%
B = 9.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#DBE52F (or 0xDBE52F) is known color: Pear. HEX triplet: DB, E5 and 2F. RGB value is (219,229,47). Sum of RGB (Red+Green+Blue) = 219+229+47=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE52F is #241AD0. Grayscale: #CDCDCD. Windows color (decimal): -2366161 or 3139035. OLE color: 3139035.

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

Color convert

RGB 219 229 47 -
CMYK 0.04 0 0.79 0.10
HSL 63.3º 0.78% 0.54% -
HSV(B) 63.3º 0.79% 0.9% -
XYZ 57.75 71.3 13.41 -
YUV 205.26 38.69 137.8 -
System Red Green Blue C M Y K H S L
Decimal 219 229 47 0.04 0 0.79 0.10 63.3 0.78 0.54
Hex DB E5 2F 4 0 4F A 3F 4E 36
Octal 333 345 57 4 0 117 12 77 116 66
Binary 11011011 11100101 101111 100 0 1001111 1010 111111 1001110 110110

Color Harmonies of #DBE52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE52F

Black with #DBE52F

Text Example


Text Example

White with #DBE52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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