Html Css Color HEX #DBEE45 Pear

📋 copy color: '#DBEE45'

red 219 ◦ green 238 ◦ blue 69

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

Shades of Pear #DBEE45

Tints of Pear #DBEE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.12%

R = 41.63%
G = 45.25%
B = 13.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#DBEE45 (or 0xDBEE45) is known color: Pear. HEX triplet: DB, EE and 45. RGB value is (219,238,69). Sum of RGB (Red+Green+Blue) = 219+238+69=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE45 is #2411BA. Grayscale: #D5D5D5. Windows color (decimal): -2363835 or 4583131. OLE color: 4583131.

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

Color convert

RGB 219 238 69 -
CMYK 0.08 0 0.71 0.07
HSL 66.75º 0.83% 0.6% -
HSV(B) 66.75º 0.71% 0.93% -
XYZ 60.86 76.64 17.22 -
YUV 213.05 46.71 132.24 -
System Red Green Blue C M Y K H S L
Decimal 219 238 69 0.08 0 0.71 0.07 66.75 0.83 0.6
Hex DB EE 45 8 0 47 7 43 53 3C
Octal 333 356 105 10 0 107 7 103 123 74
Binary 11011011 11101110 1000101 1000 0 1000111 111 1000011 1010011 111100

Color Harmonies of #DBEE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE45

Black with #DBEE45

Text Example


Text Example

White with #DBEE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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