Html Css Color HEX #49BE45 Fruit Salad

📋 copy color: '#49BE45'

red 73 ◦ green 190 ◦ blue 69

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

Shades of Fruit Salad #49BE45

Tints of Fruit Salad #49BE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 21.99%
G = 57.23%
B = 20.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#49BE45 (or 0x49BE45) is known color: Fruit Salad. HEX triplet: 49, BE and 45. RGB value is (73,190,69). Sum of RGB (Red+Green+Blue) = 73+190+69=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE45 is #B641BA. Grayscale: #8D8D8D. Windows color (decimal): -11944379 or 4570697. OLE color: 4570697.

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

Color convert

RGB 73 190 69 -
CMYK 0.62 0 0.64 0.25
HSL 118.02º 0.48% 0.51% -
HSV(B) 118.02º 0.64% 0.75% -
XYZ 22.24 38.67 11.92 -
YUV 141.22 87.24 79.34 -
System Red Green Blue C M Y K H S L
Decimal 73 190 69 0.62 0 0.64 0.25 118.02 0.48 0.51
Hex 49 BE 45 3E 0 40 19 76 30 33
Octal 111 276 105 76 0 100 31 166 60 63
Binary 1001001 10111110 1000101 111110 0 1000000 11001 1110110 110000 110011

Color Harmonies of #49BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE45

Black with #49BE45

Text Example


Text Example

White with #49BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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