Html Css Color HEX #49C351 Fruit Salad

📋 copy color: '#49C351'

red 73 ◦ green 195 ◦ blue 81

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

Shades of Fruit Salad #49C351

Tints of Fruit Salad #49C351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.87%

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 20.92%
G = 55.87%
B = 23.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#49C351 (or 0x49C351) is known color: Fruit Salad. HEX triplet: 49, C3 and 51. RGB value is (73,195,81). Sum of RGB (Red+Green+Blue) = 73+195+81=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #49C351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C351 is #B63CAE. Grayscale: #919191. Windows color (decimal): -11943087 or 5358409. OLE color: 5358409.

HSL color Cylindrical-coordinate representation of color #49C351: hue angle of 123.93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C351 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 81 -
CMYK 0.63 0 0.58 0.24
HSL 123.93º 0.5% 0.53% -
HSV(B) 123.93º 0.63% 0.76% -
XYZ 23.75 41.04 14.45 -
YUV 145.53 91.58 76.27 -
System Red Green Blue C M Y K H S L
Decimal 73 195 81 0.63 0 0.58 0.24 123.93 0.5 0.53
Hex 49 C3 51 3F 0 3A 18 7C 32 35
Octal 111 303 121 77 0 72 30 174 62 65
Binary 1001001 11000011 1010001 111111 0 111010 11000 1111100 110010 110101

Color Harmonies of #49C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C351

Black with #49C351

Text Example


Text Example

White with #49C351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,81); }

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

background-color css

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

 a { background-color: rgb(73,195,81); }

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

border-color css

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

 span { border-color: rgb(73,195,81); }

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