Html Css Color HEX #49C053 Fruit Salad

📋 copy color: '#49C053'

red 73 ◦ green 192 ◦ blue 83

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

Shades of Fruit Salad #49C053

Tints of Fruit Salad #49C053

RGB

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

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

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

R = 20.98%
G = 55.17%
B = 23.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#49C053 (or 0x49C053) is known color: Fruit Salad. HEX triplet: 49, C0 and 53. RGB value is (73,192,83). Sum of RGB (Red+Green+Blue) = 73+192+83=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #49C053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C053 is #B63FAC. Grayscale: #909090. Windows color (decimal): -11943853 or 5488713. OLE color: 5488713.

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

Color convert

RGB 73 192 83 -
CMYK 0.62 0 0.57 0.25
HSL 125.04º 0.49% 0.52% -
HSV(B) 125.04º 0.62% 0.75% -
XYZ 23.16 39.74 14.63 -
YUV 143.99 93.58 77.36 -
System Red Green Blue C M Y K H S L
Decimal 73 192 83 0.62 0 0.57 0.25 125.04 0.49 0.52
Hex 49 C0 53 3E 0 39 19 7D 31 34
Octal 111 300 123 76 0 71 31 175 61 64
Binary 1001001 11000000 1010011 111110 0 111001 11001 1111101 110001 110100

Color Harmonies of #49C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C053

Black with #49C053

Text Example


Text Example

White with #49C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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