Html Css Color HEX #49C04C Fruit Salad

📋 copy color: '#49C04C'

red 73 ◦ green 192 ◦ blue 76

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

Shades of Fruit Salad #49C04C

Tints of Fruit Salad #49C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.3%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 21.41%
G = 56.3%
B = 22.29%

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

#49C04C (or 0x49C04C) is known color: Fruit Salad. HEX triplet: 49, C0 and 4C. RGB value is (73,192,76). Sum of RGB (Red+Green+Blue) = 73+192+76=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #49C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C04C is #B63FB3. Grayscale: #8F8F8F. Windows color (decimal): -11943860 or 5029961. OLE color: 5029961.

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

Color convert

RGB 73 192 76 -
CMYK 0.62 0 0.60 0.25
HSL 121.51º 0.49% 0.52% -
HSV(B) 121.51º 0.62% 0.75% -
XYZ 22.9 39.64 13.28 -
YUV 143.2 90.08 77.93 -
System Red Green Blue C M Y K H S L
Decimal 73 192 76 0.62 0 0.60 0.25 121.51 0.49 0.52
Hex 49 C0 4C 3E 0 3C 19 7A 31 34
Octal 111 300 114 76 0 74 31 172 61 64
Binary 1001001 11000000 1001100 111110 0 111100 11001 1111010 110001 110100

Color Harmonies of #49C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C04C

Black with #49C04C

Text Example


Text Example

White with #49C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,76); }

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

background-color css

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

 a { background-color: rgb(73,192,76); }

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

border-color css

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

 span { border-color: rgb(73,192,76); }

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