Html Css Color HEX #4AB954 Fruit Salad

📋 copy color: '#4AB954'

red 74 ◦ green 185 ◦ blue 84

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

Shades of Fruit Salad #4AB954

Tints of Fruit Salad #4AB954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.49%

R = 21.57%
G = 53.94%
B = 24.49%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#4AB954 (or 0x4AB954) is known color: Fruit Salad. HEX triplet: 4A, B9 and 54. RGB value is (74,185,84). Sum of RGB (Red+Green+Blue) = 74+185+84=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB954 is #B546AB. Grayscale: #8C8C8C. Windows color (decimal): -11880108 or 5552458. OLE color: 5552458.

HSL color Cylindrical-coordinate representation of color #4AB954: hue angle of 125.41º 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 #4AB954 is Cyan = 0.6, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 84 -
CMYK 0.6 0 0.55 0.27
HSL 125.41º 0.44% 0.51% -
HSV(B) 125.41º 0.6% 0.73% -
XYZ 21.77 36.79 14.34 -
YUV 140.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 74 185 84 0.6 0 0.55 0.27 125.41 0.44 0.51
Hex 4A B9 54 3C 0 37 1B 7D 2C 33
Octal 112 271 124 74 0 67 33 175 54 63
Binary 1001010 10111001 1010100 111100 0 110111 11011 1111101 101100 110011

Color Harmonies of #4AB954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB954

Black with #4AB954

Text Example


Text Example

White with #4AB954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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