Html Css Color HEX #49BC4A Fruit Salad

📋 copy color: '#49BC4A'

red 73 ◦ green 188 ◦ blue 74

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

Shades of Fruit Salad #49BC4A

Tints of Fruit Salad #49BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.12%

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 21.79%
G = 56.12%
B = 22.09%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#49BC4A (or 0x49BC4A) is known color: Fruit Salad. HEX triplet: 49, BC and 4A. RGB value is (73,188,74). Sum of RGB (Red+Green+Blue) = 73+188+74=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC4A is #B643B5. Grayscale: #8C8C8C. Windows color (decimal): -11944886 or 4897865. OLE color: 4897865.

HSL color Cylindrical-coordinate representation of color #49BC4A: hue angle of 120.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC4A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 74 -
CMYK 0.61 0 0.61 0.26
HSL 120.52º 0.46% 0.51% -
HSV(B) 120.52º 0.61% 0.74% -
XYZ 21.97 37.88 12.63 -
YUV 140.62 90.4 79.77 -
System Red Green Blue C M Y K H S L
Decimal 73 188 74 0.61 0 0.61 0.26 120.52 0.46 0.51
Hex 49 BC 4A 3D 0 3D 1A 79 2E 33
Octal 111 274 112 75 0 75 32 171 56 63
Binary 1001001 10111100 1001010 111101 0 111101 11010 1111001 101110 110011

Color Harmonies of #49BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC4A

Black with #49BC4A

Text Example


Text Example

White with #49BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,74); }

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

background-color css

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

 a { background-color: rgb(73,188,74); }

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

border-color css

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

 span { border-color: rgb(73,188,74); }

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