Html Css Color HEX #49C452 Fruit Salad

📋 copy color: '#49C452'

red 73 ◦ green 196 ◦ blue 82

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

Shades of Fruit Salad #49C452

Tints of Fruit Salad #49C452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.84%

 BLUE value IS 82 (32.42% from 255) = 23.36%

R = 20.8%
G = 55.84%
B = 23.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#49C452 (or 0x49C452) is known color: Fruit Salad. HEX triplet: 49, C4 and 52. RGB value is (73,196,82). Sum of RGB (Red+Green+Blue) = 73+196+82=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #49C452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C452 is #B63BAD. Grayscale: #929292. Windows color (decimal): -11942830 or 5424201. OLE color: 5424201.

HSL color Cylindrical-coordinate representation of color #49C452: hue angle of 124.39º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C452 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 82 -
CMYK 0.63 0 0.58 0.23
HSL 124.39º 0.51% 0.53% -
HSV(B) 124.39º 0.63% 0.77% -
XYZ 24.01 41.51 14.73 -
YUV 146.23 91.75 75.77 -
System Red Green Blue C M Y K H S L
Decimal 73 196 82 0.63 0 0.58 0.23 124.39 0.51 0.53
Hex 49 C4 52 3F 0 3A 17 7C 33 35
Octal 111 304 122 77 0 72 27 174 63 65
Binary 1001001 11000100 1010010 111111 0 111010 10111 1111100 110011 110101

Color Harmonies of #49C452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C452

Black with #49C452

Text Example


Text Example

White with #49C452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,196,82); }

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

background-color css

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

 a { background-color: rgb(73,196,82); }

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

border-color css

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

 span { border-color: rgb(73,196,82); }

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