Html Css Color HEX #49C05B Fruit Salad

📋 copy color: '#49C05B'

red 73 ◦ green 192 ◦ blue 91

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

Shades of Fruit Salad #49C05B

Tints of Fruit Salad #49C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.93%

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 20.51%
G = 53.93%
B = 25.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#49C05B (or 0x49C05B) is known color: Fruit Salad. HEX triplet: 49, C0 and 5B. RGB value is (73,192,91). Sum of RGB (Red+Green+Blue) = 73+192+91=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #49C05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C05B is #B63FA4. Grayscale: #919191. Windows color (decimal): -11943845 or 6013001. OLE color: 6013001.

HSL color Cylindrical-coordinate representation of color #49C05B: hue angle of 129.08º degrees, saturation: 0.49, 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 #49C05B is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 91 -
CMYK 0.62 0 0.53 0.25
HSL 129.08º 0.49% 0.52% -
HSV(B) 129.08º 0.62% 0.75% -
XYZ 23.49 39.87 16.36 -
YUV 144.91 97.58 76.71 -
System Red Green Blue C M Y K H S L
Decimal 73 192 91 0.62 0 0.53 0.25 129.08 0.49 0.52
Hex 49 C0 5B 3E 0 35 19 81 31 34
Octal 111 300 133 76 0 65 31 201 61 64
Binary 1001001 11000000 1011011 111110 0 110101 11001 10000001 110001 110100

Color Harmonies of #49C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C05B

Black with #49C05B

Text Example


Text Example

White with #49C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,91); }

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

background-color css

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

 a { background-color: rgb(73,192,91); }

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

border-color css

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

 span { border-color: rgb(73,192,91); }

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