Html Css Color HEX #4AB955 Fruit Salad

📋 copy color: '#4AB955'

red 74 ◦ green 185 ◦ blue 85

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

Shades of Fruit Salad #4AB955

Tints of Fruit Salad #4AB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.71%

R = 21.51%
G = 53.78%
B = 24.71%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#4AB955 (or 0x4AB955) is known color: Fruit Salad. HEX triplet: 4A, B9 and 55. RGB value is (74,185,85). Sum of RGB (Red+Green+Blue) = 74+185+85=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB955 is #B546AA. Grayscale: #8C8C8C. Windows color (decimal): -11880107 or 5617994. OLE color: 5617994.

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

Color convert

RGB 74 185 85 -
CMYK 0.6 0 0.54 0.27
HSL 125.95º 0.44% 0.51% -
HSV(B) 125.95º 0.6% 0.73% -
XYZ 21.81 36.81 14.55 -
YUV 140.41 96.73 80.63 -
System Red Green Blue C M Y K H S L
Decimal 74 185 85 0.6 0 0.54 0.27 125.95 0.44 0.51
Hex 4A B9 55 3C 0 36 1B 7E 2C 33
Octal 112 271 125 74 0 66 33 176 54 63
Binary 1001010 10111001 1010101 111100 0 110110 11011 1111110 101100 110011

Color Harmonies of #4AB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB955

Black with #4AB955

Text Example


Text Example

White with #4AB955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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