Html Css Color HEX #49C051 Fruit Salad

📋 copy color: '#49C051'

red 73 ◦ green 192 ◦ blue 81

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

Shades of Fruit Salad #49C051

Tints of Fruit Salad #49C051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 21.1%
G = 55.49%
B = 23.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#49C051 (or 0x49C051) is known color: Fruit Salad. HEX triplet: 49, C0 and 51. RGB value is (73,192,81). Sum of RGB (Red+Green+Blue) = 73+192+81=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #49C051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C051 is #B63FAE. Grayscale: #909090. Windows color (decimal): -11943855 or 5357641. OLE color: 5357641.

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

Color convert

RGB 73 192 81 -
CMYK 0.62 0 0.58 0.25
HSL 124.03º 0.49% 0.52% -
HSV(B) 124.03º 0.62% 0.75% -
XYZ 23.08 39.71 14.23 -
YUV 143.77 92.58 77.53 -
System Red Green Blue C M Y K H S L
Decimal 73 192 81 0.62 0 0.58 0.25 124.03 0.49 0.52
Hex 49 C0 51 3E 0 3A 19 7C 31 34
Octal 111 300 121 76 0 72 31 174 61 64
Binary 1001001 11000000 1010001 111110 0 111010 11001 1111100 110001 110100

Color Harmonies of #49C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C051

Black with #49C051

Text Example


Text Example

White with #49C051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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