Html Css Color HEX #49BA42 Fruit Salad

📋 copy color: '#49BA42'

red 73 ◦ green 186 ◦ blue 66

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

Shades of Fruit Salad #49BA42

Tints of Fruit Salad #49BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.23%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 22.46%
G = 57.23%
B = 20.31%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#49BA42 (or 0x49BA42) is known color: Fruit Salad. HEX triplet: 49, BA and 42. RGB value is (73,186,66). Sum of RGB (Red+Green+Blue) = 73+186+66=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA42 is #B645BD. Grayscale: #8A8A8A. Windows color (decimal): -11945406 or 4373065. OLE color: 4373065.

HSL color Cylindrical-coordinate representation of color #49BA42: hue angle of 116.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BA42 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 186 66 -
CMYK 0.61 0 0.65 0.27
HSL 116.5º 0.48% 0.49% -
HSV(B) 116.5º 0.65% 0.73% -
XYZ 21.29 36.93 11.16 -
YUV 138.53 87.06 81.26 -
System Red Green Blue C M Y K H S L
Decimal 73 186 66 0.61 0 0.65 0.27 116.5 0.48 0.49
Hex 49 BA 42 3D 0 41 1B 74 30 31
Octal 111 272 102 75 0 101 33 164 60 61
Binary 1001001 10111010 1000010 111101 0 1000001 11011 1110100 110000 110001

Color Harmonies of #49BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA42

Black with #49BA42

Text Example


Text Example

White with #49BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,66); }

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

background-color css

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

 a { background-color: rgb(73,186,66); }

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

border-color css

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

 span { border-color: rgb(73,186,66); }

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