Html Css Color HEX #DBEB2D Pear

📋 copy color: '#DBEB2D'

red 219 ◦ green 235 ◦ blue 45

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

Shades of Pear #DBEB2D

Tints of Pear #DBEB2D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.09%

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

R = 43.89%
G = 47.09%
B = 9.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#DBEB2D (or 0xDBEB2D) is known color: Pear. HEX triplet: DB, EB and 2D. RGB value is (219,235,45). Sum of RGB (Red+Green+Blue) = 219+235+45=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB2D is #2414D2. Grayscale: #D1D1D1. Windows color (decimal): -2364627 or 3009499. OLE color: 3009499.

HSL color Cylindrical-coordinate representation of color #DBEB2D: hue angle of 65.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBEB2D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 45 -
CMYK 0.07 0 0.81 0.08
HSL 65.05º 0.83% 0.55% -
HSV(B) 65.05º 0.81% 0.92% -
XYZ 59.4 74.67 13.76 -
YUV 208.56 35.7 135.45 -
System Red Green Blue C M Y K H S L
Decimal 219 235 45 0.07 0 0.81 0.08 65.05 0.83 0.55
Hex DB EB 2D 7 0 51 8 41 53 37
Octal 333 353 55 7 0 121 10 101 123 67
Binary 11011011 11101011 101101 111 0 1010001 1000 1000001 1010011 110111

Color Harmonies of #DBEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB2D

Black with #DBEB2D

Text Example


Text Example

White with #DBEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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