Html Css Color HEX #DBEE1A Pear

📋 copy color: '#DBEE1A'

red 219 ◦ green 238 ◦ blue 26

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

Shades of Pear #DBEE1A

Tints of Pear #DBEE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.38%

R = 45.34%
G = 49.28%
B = 5.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#DBEE1A (or 0xDBEE1A) is known color: Pear. HEX triplet: DB, EE and 1A. RGB value is (219,238,26). Sum of RGB (Red+Green+Blue) = 219+238+26=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE1A is #2411E5. Grayscale: #D0D0D0. Windows color (decimal): -2363878 or 1765083. OLE color: 1765083.

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

Color convert

RGB 219 238 26 -
CMYK 0.08 0 0.89 0.07
HSL 65.38º 0.86% 0.52% -
HSV(B) 65.38º 0.89% 0.93% -
XYZ 59.97 76.28 12.54 -
YUV 208.15 25.21 135.74 -
System Red Green Blue C M Y K H S L
Decimal 219 238 26 0.08 0 0.89 0.07 65.38 0.86 0.52
Hex DB EE 1A 8 0 59 7 41 56 34
Octal 333 356 32 10 0 131 7 101 126 64
Binary 11011011 11101110 11010 1000 0 1011001 111 1000001 1010110 110100

Color Harmonies of #DBEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE1A

Black with #DBEE1A

Text Example


Text Example

White with #DBEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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