Html Css Color HEX #49C252 Fruit Salad

📋 copy color: '#49C252'

red 73 ◦ green 194 ◦ blue 82

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

Shades of Fruit Salad #49C252

Tints of Fruit Salad #49C252

RGB

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

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

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

R = 20.92%
G = 55.59%
B = 23.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#49C252 (or 0x49C252) is known color: Fruit Salad. HEX triplet: 49, C2 and 52. RGB value is (73,194,82). Sum of RGB (Red+Green+Blue) = 73+194+82=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #49C252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C252 is #B63DAD. Grayscale: #919191. Windows color (decimal): -11943342 or 5423689. OLE color: 5423689.

HSL color Cylindrical-coordinate representation of color #49C252: hue angle of 124.46º 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 #49C252 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 82 -
CMYK 0.62 0 0.58 0.24
HSL 124.46º 0.5% 0.52% -
HSV(B) 124.46º 0.62% 0.76% -
XYZ 23.56 40.61 14.58 -
YUV 145.05 92.41 76.61 -
System Red Green Blue C M Y K H S L
Decimal 73 194 82 0.62 0 0.58 0.24 124.46 0.5 0.52
Hex 49 C2 52 3E 0 3A 18 7C 32 34
Octal 111 302 122 76 0 72 30 174 62 64
Binary 1001001 11000010 1010010 111110 0 111010 11000 1111100 110010 110100

Color Harmonies of #49C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C252

Black with #49C252

Text Example


Text Example

White with #49C252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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