Html Css Color HEX #49C74F Fruit Salad

📋 copy color: '#49C74F'

red 73 ◦ green 199 ◦ blue 79

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

Shades of Fruit Salad #49C74F

Tints of Fruit Salad #49C74F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.7%

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 20.8%
G = 56.7%
B = 22.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#49C74F (or 0x49C74F) is known color: Fruit Salad. HEX triplet: 49, C7 and 4F. RGB value is (73,199,79). Sum of RGB (Red+Green+Blue) = 73+199+79=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #49C74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C74F is #B638B0. Grayscale: #949494. Windows color (decimal): -11942065 or 5228361. OLE color: 5228361.

HSL color Cylindrical-coordinate representation of color #49C74F: hue angle of 122.86º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C74F is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 199 79 -
CMYK 0.63 0 0.60 0.22
HSL 122.86º 0.53% 0.53% -
HSV(B) 122.86º 0.63% 0.78% -
XYZ 24.58 42.83 14.37 -
YUV 147.65 89.26 74.76 -
System Red Green Blue C M Y K H S L
Decimal 73 199 79 0.63 0 0.60 0.22 122.86 0.53 0.53
Hex 49 C7 4F 3F 0 3C 16 7B 35 35
Octal 111 307 117 77 0 74 26 173 65 65
Binary 1001001 11000111 1001111 111111 0 111100 10110 1111011 110101 110101

Color Harmonies of #49C74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C74F

Black with #49C74F

Text Example


Text Example

White with #49C74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,199,79); }

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

background-color css

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

 a { background-color: rgb(73,199,79); }

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

border-color css

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

 span { border-color: rgb(73,199,79); }

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