Html Css Color HEX #49C253 Fruit Salad

📋 copy color: '#49C253'

red 73 ◦ green 194 ◦ blue 83

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

Shades of Fruit Salad #49C253

Tints of Fruit Salad #49C253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 20.86%
G = 55.43%
B = 23.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#49C253 (or 0x49C253) is known color: Fruit Salad. HEX triplet: 49, C2 and 53. RGB value is (73,194,83). Sum of RGB (Red+Green+Blue) = 73+194+83=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #49C253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C253 is #B63DAC. Grayscale: #919191. Windows color (decimal): -11943341 or 5489225. OLE color: 5489225.

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

Color convert

RGB 73 194 83 -
CMYK 0.62 0 0.57 0.24
HSL 124.96º 0.5% 0.52% -
HSV(B) 124.96º 0.62% 0.76% -
XYZ 23.6 40.62 14.78 -
YUV 145.17 92.91 76.53 -
System Red Green Blue C M Y K H S L
Decimal 73 194 83 0.62 0 0.57 0.24 124.96 0.5 0.52
Hex 49 C2 53 3E 0 39 18 7D 32 34
Octal 111 302 123 76 0 71 30 175 62 64
Binary 1001001 11000010 1010011 111110 0 111001 11000 1111101 110010 110100

Color Harmonies of #49C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C253

Black with #49C253

Text Example


Text Example

White with #49C253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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