Html Css Color HEX #DBEC32 Pear

📋 copy color: '#DBEC32'

red 219 ◦ green 236 ◦ blue 50

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

Shades of Pear #DBEC32

Tints of Pear #DBEC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.9%

R = 43.37%
G = 46.73%
B = 9.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#DBEC32 (or 0xDBEC32) is known color: Pear. HEX triplet: DB, EC and 32. RGB value is (219,236,50). Sum of RGB (Red+Green+Blue) = 219+236+50=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC32 is #2413CD. Grayscale: #D2D2D2. Windows color (decimal): -2364366 or 3337435. OLE color: 3337435.

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

Color convert

RGB 219 236 50 -
CMYK 0.07 0 0.79 0.07
HSL 65.48º 0.83% 0.56% -
HSV(B) 65.48º 0.79% 0.93% -
XYZ 59.78 75.28 14.4 -
YUV 209.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 219 236 50 0.07 0 0.79 0.07 65.48 0.83 0.56
Hex DB EC 32 7 0 4F 7 41 53 38
Octal 333 354 62 7 0 117 7 101 123 70
Binary 11011011 11101100 110010 111 0 1001111 111 1000001 1010011 111000

Color Harmonies of #DBEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC32

Black with #DBEC32

Text Example


Text Example

White with #DBEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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