Html Css Color HEX #49B255 Fruit Salad

📋 copy color: '#49B255'

red 73 ◦ green 178 ◦ blue 85

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

Shades of Fruit Salad #49B255

Tints of Fruit Salad #49B255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.98%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 21.73%
G = 52.98%
B = 25.3%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#49B255 (or 0x49B255) is known color: Fruit Salad. HEX triplet: 49, B2 and 55. RGB value is (73,178,85). Sum of RGB (Red+Green+Blue) = 73+178+85=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #49B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B255 is #B64DAA. Grayscale: #888888. Windows color (decimal): -11947435 or 5616201. OLE color: 5616201.

HSL color Cylindrical-coordinate representation of color #49B255: hue angle of 126.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B255 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 178 85 -
CMYK 0.59 0 0.52 0.30
HSL 126.86º 0.42% 0.49% -
HSV(B) 126.86º 0.59% 0.7% -
XYZ 20.31 33.91 14.07 -
YUV 136 99.21 83.06 -
System Red Green Blue C M Y K H S L
Decimal 73 178 85 0.59 0 0.52 0.30 126.86 0.42 0.49
Hex 49 B2 55 3B 0 34 1E 7F 2A 31
Octal 111 262 125 73 0 64 36 177 52 61
Binary 1001001 10110010 1010101 111011 0 110100 11110 1111111 101010 110001

Color Harmonies of #49B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B255

Black with #49B255

Text Example


Text Example

White with #49B255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,178,85); }

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

background-color css

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

 a { background-color: rgb(73,178,85); }

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

border-color css

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

 span { border-color: rgb(73,178,85); }

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