Html Css Color HEX #DBEC2A Pear

📋 copy color: '#DBEC2A'

red 219 ◦ green 236 ◦ blue 42

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

Shades of Pear #DBEC2A

Tints of Pear #DBEC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.45%

R = 44.06%
G = 47.48%
B = 8.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#DBEC2A (or 0xDBEC2A) is known color: Pear. HEX triplet: DB, EC and 2A. RGB value is (219,236,42). Sum of RGB (Red+Green+Blue) = 219+236+42=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC2A is #2413D5. Grayscale: #D1D1D1. Windows color (decimal): -2364374 or 2813147. OLE color: 2813147.

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

Color convert

RGB 219 236 42 -
CMYK 0.07 0 0.82 0.07
HSL 65.26º 0.84% 0.55% -
HSV(B) 65.26º 0.82% 0.93% -
XYZ 59.63 75.22 13.57 -
YUV 208.8 33.87 135.27 -
System Red Green Blue C M Y K H S L
Decimal 219 236 42 0.07 0 0.82 0.07 65.26 0.84 0.55
Hex DB EC 2A 7 0 52 7 41 54 37
Octal 333 354 52 7 0 122 7 101 124 67
Binary 11011011 11101100 101010 111 0 1010010 111 1000001 1010100 110111

Color Harmonies of #DBEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC2A

Black with #DBEC2A

Text Example


Text Example

White with #DBEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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