Html Css Color HEX #DBEB1E Pear

📋 copy color: '#DBEB1E'

red 219 ◦ green 235 ◦ blue 30

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

Shades of Pear #DBEB1E

Tints of Pear #DBEB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.2%

R = 45.25%
G = 48.55%
B = 6.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#DBEB1E (or 0xDBEB1E) is known color: Pear. HEX triplet: DB, EB and 1E. RGB value is (219,235,30). Sum of RGB (Red+Green+Blue) = 219+235+30=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB1E is #2414E1. Grayscale: #CFCFCF. Windows color (decimal): -2364642 or 2026459. OLE color: 2026459.

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

Color convert

RGB 219 235 30 -
CMYK 0.07 0 0.87 0.08
HSL 64.68º 0.84% 0.52% -
HSV(B) 64.68º 0.87% 0.92% -
XYZ 59.16 74.57 12.5 -
YUV 206.85 28.2 136.67 -
System Red Green Blue C M Y K H S L
Decimal 219 235 30 0.07 0 0.87 0.08 64.68 0.84 0.52
Hex DB EB 1E 7 0 57 8 41 54 34
Octal 333 353 36 7 0 127 10 101 124 64
Binary 11011011 11101011 11110 111 0 1010111 1000 1000001 1010100 110100

Color Harmonies of #DBEB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB1E

Black with #DBEB1E

Text Example


Text Example

White with #DBEB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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