Html Css Color HEX #49BF4D Fruit Salad

📋 copy color: '#49BF4D'

red 73 ◦ green 191 ◦ blue 77

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

Shades of Fruit Salad #49BF4D

Tints of Fruit Salad #49BF4D

RGB

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

 GREEN value IS 191 (75% from 255) = 56.01%

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

R = 21.41%
G = 56.01%
B = 22.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#49BF4D (or 0x49BF4D) is known color: Fruit Salad. HEX triplet: 49, BF and 4D. RGB value is (73,191,77). Sum of RGB (Red+Green+Blue) = 73+191+77=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF4D is #B640B2. Grayscale: #8F8F8F. Windows color (decimal): -11944115 or 5095241. OLE color: 5095241.

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

Color convert

RGB 73 191 77 -
CMYK 0.62 0 0.60 0.25
HSL 122.03º 0.48% 0.52% -
HSV(B) 122.03º 0.62% 0.75% -
XYZ 22.72 39.21 13.39 -
YUV 142.72 90.91 78.27 -
System Red Green Blue C M Y K H S L
Decimal 73 191 77 0.62 0 0.60 0.25 122.03 0.48 0.52
Hex 49 BF 4D 3E 0 3C 19 7A 30 34
Octal 111 277 115 76 0 74 31 172 60 64
Binary 1001001 10111111 1001101 111110 0 111100 11001 1111010 110000 110100

Color Harmonies of #49BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF4D

Black with #49BF4D

Text Example


Text Example

White with #49BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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