Html Css Color HEX #49C24A Fruit Salad

📋 copy color: '#49C24A'

red 73 ◦ green 194 ◦ blue 74

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

Shades of Fruit Salad #49C24A

Tints of Fruit Salad #49C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.89%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 21.41%
G = 56.89%
B = 21.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#49C24A (or 0x49C24A) is known color: Fruit Salad. HEX triplet: 49, C2 and 4A. RGB value is (73,194,74). Sum of RGB (Red+Green+Blue) = 73+194+74=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #49C24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C24A is #B63DB5. Grayscale: #909090. Windows color (decimal): -11943350 or 4899401. OLE color: 4899401.

HSL color Cylindrical-coordinate representation of color #49C24A: hue angle of 120.5º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C24A is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 74 -
CMYK 0.62 0 0.62 0.24
HSL 120.5º 0.5% 0.52% -
HSV(B) 120.5º 0.62% 0.76% -
XYZ 23.28 40.49 13.07 -
YUV 144.14 88.41 77.26 -
System Red Green Blue C M Y K H S L
Decimal 73 194 74 0.62 0 0.62 0.24 120.5 0.5 0.52
Hex 49 C2 4A 3E 0 3E 18 78 32 34
Octal 111 302 112 76 0 76 30 170 62 64
Binary 1001001 11000010 1001010 111110 0 111110 11000 1111000 110010 110100

Color Harmonies of #49C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C24A

Black with #49C24A

Text Example


Text Example

White with #49C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,74); }

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

background-color css

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

 a { background-color: rgb(73,194,74); }

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

border-color css

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

 span { border-color: rgb(73,194,74); }

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