Html Css Color HEX #DBEE1E Pear

📋 copy color: '#DBEE1E'

red 219 ◦ green 238 ◦ blue 30

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

Shades of Pear #DBEE1E

Tints of Pear #DBEE1E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.87%

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

R = 44.97%
G = 48.87%
B = 6.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#DBEE1E (or 0xDBEE1E) is known color: Pear. HEX triplet: DB, EE and 1E. RGB value is (219,238,30). Sum of RGB (Red+Green+Blue) = 219+238+30=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE1E is #2411E1. Grayscale: #D1D1D1. Windows color (decimal): -2363874 or 2027227. OLE color: 2027227.

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

Color convert

RGB 219 238 30 -
CMYK 0.08 0 0.87 0.07
HSL 65.48º 0.86% 0.53% -
HSV(B) 65.48º 0.87% 0.93% -
XYZ 60.02 76.3 12.79 -
YUV 208.61 27.21 135.41 -
System Red Green Blue C M Y K H S L
Decimal 219 238 30 0.08 0 0.87 0.07 65.48 0.86 0.53
Hex DB EE 1E 8 0 57 7 41 56 35
Octal 333 356 36 10 0 127 7 101 126 65
Binary 11011011 11101110 11110 1000 0 1010111 111 1000001 1010110 110101

Color Harmonies of #DBEE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE1E

Black with #DBEE1E

Text Example


Text Example

White with #DBEE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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