Html Css Color HEX #49BE5D Fruit Salad

📋 copy color: '#49BE5D'

red 73 ◦ green 190 ◦ blue 93

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

Shades of Fruit Salad #49BE5D

Tints of Fruit Salad #49BE5D

RGB

 RED value IS 73 (28.91% from 255) = 20.51%

 GREEN value IS 190 (74.61% from 255) = 53.37%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 20.51%
G = 53.37%
B = 26.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#49BE5D (or 0x49BE5D) is known color: Fruit Salad. HEX triplet: 49, BE and 5D. RGB value is (73,190,93). Sum of RGB (Red+Green+Blue) = 73+190+93=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE5D is #B641A2. Grayscale: #909090. Windows color (decimal): -11944355 or 6143561. OLE color: 6143561.

HSL color Cylindrical-coordinate representation of color #49BE5D: hue angle of 130.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE5D is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 190 93 -
CMYK 0.62 0 0.51 0.25
HSL 130.26º 0.47% 0.52% -
HSV(B) 130.26º 0.62% 0.75% -
XYZ 23.14 39.03 16.67 -
YUV 143.96 99.24 77.39 -
System Red Green Blue C M Y K H S L
Decimal 73 190 93 0.62 0 0.51 0.25 130.26 0.47 0.52
Hex 49 BE 5D 3E 0 33 19 82 2F 34
Octal 111 276 135 76 0 63 31 202 57 64
Binary 1001001 10111110 1011101 111110 0 110011 11001 10000010 101111 110100

Color Harmonies of #49BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE5D

Black with #49BE5D

Text Example


Text Example

White with #49BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49BE5D; }

 p { color: rgb(73,190,93); }

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

background-color css

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

 a { background-color: rgb(73,190,93); }

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

border-color css

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

 span { border-color: rgb(73,190,93); }

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