Html Css Color HEX #DBEC2D Pear

📋 copy color: '#DBEC2D'

red 219 ◦ green 236 ◦ blue 45

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

Shades of Pear #DBEC2D

Tints of Pear #DBEC2D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

 BLUE value IS 45 (17.97% from 255) = 9%

R = 43.8%
G = 47.2%
B = 9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DBEC2D (or 0xDBEC2D) is known color: Pear. HEX triplet: DB, EC and 2D. RGB value is (219,236,45). Sum of RGB (Red+Green+Blue) = 219+236+45=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC2D is #2413D2. Grayscale: #D1D1D1. Windows color (decimal): -2364371 or 3009755. OLE color: 3009755.

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

Color convert

RGB 219 236 45 -
CMYK 0.07 0 0.81 0.07
HSL 65.34º 0.83% 0.55% -
HSV(B) 65.34º 0.81% 0.93% -
XYZ 59.68 75.24 13.86 -
YUV 209.14 35.37 135.03 -
System Red Green Blue C M Y K H S L
Decimal 219 236 45 0.07 0 0.81 0.07 65.34 0.83 0.55
Hex DB EC 2D 7 0 51 7 41 53 37
Octal 333 354 55 7 0 121 7 101 123 67
Binary 11011011 11101100 101101 111 0 1010001 111 1000001 1010011 110111

Color Harmonies of #DBEC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC2D

Black with #DBEC2D

Text Example


Text Example

White with #DBEC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC2D; }

 p { color: rgb(219,236,45); }

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

background-color css

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

 a { background-color: rgb(219,236,45); }

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

border-color css

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

 span { border-color: rgb(219,236,45); }

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