Html Css Color HEX #49BB4D Fruit Salad

📋 copy color: '#49BB4D'

red 73 ◦ green 187 ◦ blue 77

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

Shades of Fruit Salad #49BB4D

Tints of Fruit Salad #49BB4D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.49%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 21.66%
G = 55.49%
B = 22.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#49BB4D (or 0x49BB4D) is known color: Fruit Salad. HEX triplet: 49, BB and 4D. RGB value is (73,187,77). Sum of RGB (Red+Green+Blue) = 73+187+77=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB4D is #B644B2. Grayscale: #8C8C8C. Windows color (decimal): -11945139 or 5094217. OLE color: 5094217.

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

Color convert

RGB 73 187 77 -
CMYK 0.61 0 0.59 0.27
HSL 122.11º 0.46% 0.51% -
HSV(B) 122.11º 0.61% 0.73% -
XYZ 21.86 37.49 13.11 -
YUV 140.37 92.23 79.94 -
System Red Green Blue C M Y K H S L
Decimal 73 187 77 0.61 0 0.59 0.27 122.11 0.46 0.51
Hex 49 BB 4D 3D 0 3B 1B 7A 2E 33
Octal 111 273 115 75 0 73 33 172 56 63
Binary 1001001 10111011 1001101 111101 0 111011 11011 1111010 101110 110011

Color Harmonies of #49BB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BB4D

Black with #49BB4D

Text Example


Text Example

White with #49BB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,187,77); }

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

background-color css

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

 a { background-color: rgb(73,187,77); }

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

border-color css

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

 span { border-color: rgb(73,187,77); }

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