Html Css Color HEX #49C04F Fruit Salad

📋 copy color: '#49C04F'

red 73 ◦ green 192 ◦ blue 79

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

Shades of Fruit Salad #49C04F

Tints of Fruit Salad #49C04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 21.22%
G = 55.81%
B = 22.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#49C04F (or 0x49C04F) is known color: Fruit Salad. HEX triplet: 49, C0 and 4F. RGB value is (73,192,79). Sum of RGB (Red+Green+Blue) = 73+192+79=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #49C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C04F is #B63FB0. Grayscale: #8F8F8F. Windows color (decimal): -11943857 or 5226569. OLE color: 5226569.

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

Color convert

RGB 73 192 79 -
CMYK 0.62 0 0.59 0.25
HSL 123.03º 0.49% 0.52% -
HSV(B) 123.03º 0.62% 0.75% -
XYZ 23.01 39.68 13.84 -
YUV 143.54 91.58 77.69 -
System Red Green Blue C M Y K H S L
Decimal 73 192 79 0.62 0 0.59 0.25 123.03 0.49 0.52
Hex 49 C0 4F 3E 0 3B 19 7B 31 34
Octal 111 300 117 76 0 73 31 173 61 64
Binary 1001001 11000000 1001111 111110 0 111011 11001 1111011 110001 110100

Color Harmonies of #49C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C04F

Black with #49C04F

Text Example


Text Example

White with #49C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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