Html Css Color HEX #DBEC31 Pear

📋 copy color: '#DBEC31'

red 219 ◦ green 236 ◦ blue 49

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

Shades of Pear #DBEC31

Tints of Pear #DBEC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.72%

R = 43.45%
G = 46.83%
B = 9.72%

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

#DBEC31 (or 0xDBEC31) is known color: Pear. HEX triplet: DB, EC and 31. RGB value is (219,236,49). Sum of RGB (Red+Green+Blue) = 219+236+49=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC31 is #2413CE. Grayscale: #D2D2D2. Windows color (decimal): -2364367 or 3271899. OLE color: 3271899.

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

Color convert

RGB 219 236 49 -
CMYK 0.07 0 0.79 0.07
HSL 65.45º 0.83% 0.56% -
HSV(B) 65.45º 0.79% 0.93% -
XYZ 59.76 75.27 14.28 -
YUV 209.6 37.37 134.71 -
System Red Green Blue C M Y K H S L
Decimal 219 236 49 0.07 0 0.79 0.07 65.45 0.83 0.56
Hex DB EC 31 7 0 4F 7 41 53 38
Octal 333 354 61 7 0 117 7 101 123 70
Binary 11011011 11101100 110001 111 0 1001111 111 1000001 1010011 111000

Color Harmonies of #DBEC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC31

Black with #DBEC31

Text Example


Text Example

White with #DBEC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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