Html Css Color HEX #4AB949 Fruit Salad

📋 copy color: '#4AB949'

red 74 ◦ green 185 ◦ blue 73

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

Shades of Fruit Salad #4AB949

Tints of Fruit Salad #4AB949

RGB

 RED value IS 74 (29.3% from 255) = 22.29%

 GREEN value IS 185 (72.66% from 255) = 55.72%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 22.29%
G = 55.72%
B = 21.99%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#4AB949 (or 0x4AB949) is known color: Fruit Salad. HEX triplet: 4A, B9 and 49. RGB value is (74,185,73). Sum of RGB (Red+Green+Blue) = 74+185+73=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB949 is #B546B6. Grayscale: #8B8B8B. Windows color (decimal): -11880119 or 4831562. OLE color: 4831562.

HSL color Cylindrical-coordinate representation of color #4AB949: hue angle of 119.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AB949 is Cyan = 0.6, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 73 -
CMYK 0.6 0 0.61 0.27
HSL 119.46º 0.44% 0.51% -
HSV(B) 119.46º 0.61% 0.73% -
XYZ 21.38 36.63 12.25 -
YUV 139.04 90.73 81.61 -
System Red Green Blue C M Y K H S L
Decimal 74 185 73 0.6 0 0.61 0.27 119.46 0.44 0.51
Hex 4A B9 49 3C 0 3D 1B 77 2C 33
Octal 112 271 111 74 0 75 33 167 54 63
Binary 1001010 10111001 1001001 111100 0 111101 11011 1110111 101100 110011

Color Harmonies of #4AB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB949

Black with #4AB949

Text Example


Text Example

White with #4AB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AB949; }

 p { color: rgb(74,185,73); }

 H1.HeaderClassName
 {
   color: #4AB949;
 }
 .AnyTagClassName
 {
   color: #4AB949;
 }
</style>

background-color css

<style>
 a { background-color: #4AB949; }

 a { background-color: rgb(74,185,73); }

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

border-color css

<style>
 span { border-color: #4AB949; }

 span { border-color: rgb(74,185,73); }

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