Html Css Color HEX #DBEE1B Pear

📋 copy color: '#DBEE1B'

red 219 ◦ green 238 ◦ blue 27

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

Shades of Pear #DBEE1B

Tints of Pear #DBEE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.58%

R = 45.25%
G = 49.17%
B = 5.58%

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

#DBEE1B (or 0xDBEE1B) is known color: Pear. HEX triplet: DB, EE and 1B. RGB value is (219,238,27). Sum of RGB (Red+Green+Blue) = 219+238+27=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE1B is #2411E4. Grayscale: #D1D1D1. Windows color (decimal): -2363877 or 1830619. OLE color: 1830619.

HSL color Cylindrical-coordinate representation of color #DBEE1B: hue angle of 65.4º 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 #DBEE1B is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 27 -
CMYK 0.08 0 0.89 0.07
HSL 65.4º 0.86% 0.52% -
HSV(B) 65.4º 0.89% 0.93% -
XYZ 59.99 76.29 12.6 -
YUV 208.27 25.71 135.66 -
System Red Green Blue C M Y K H S L
Decimal 219 238 27 0.08 0 0.89 0.07 65.4 0.86 0.52
Hex DB EE 1B 8 0 59 7 41 56 34
Octal 333 356 33 10 0 131 7 101 126 64
Binary 11011011 11101110 11011 1000 0 1011001 111 1000001 1010110 110100

Color Harmonies of #DBEE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE1B

Black with #DBEE1B

Text Example


Text Example

White with #DBEE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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