Html Css Color HEX #4AC54D Fruit Salad

📋 copy color: '#4AC54D'

red 74 ◦ green 197 ◦ blue 77

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

Shades of Fruit Salad #4AC54D

Tints of Fruit Salad #4AC54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.61%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 21.26%
G = 56.61%
B = 22.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#4AC54D (or 0x4AC54D) is known color: Fruit Salad. HEX triplet: 4A, C5 and 4D. RGB value is (74,197,77). Sum of RGB (Red+Green+Blue) = 74+197+77=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC54D is #B53AB2. Grayscale: #929292. Windows color (decimal): -11877043 or 5096778. OLE color: 5096778.

HSL color Cylindrical-coordinate representation of color #4AC54D: hue angle of 121.46º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC54D is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 197 77 -
CMYK 0.62 0 0.61 0.23
HSL 121.46º 0.51% 0.53% -
HSV(B) 121.46º 0.62% 0.77% -
XYZ 24.13 41.92 13.84 -
YUV 146.54 88.75 76.26 -
System Red Green Blue C M Y K H S L
Decimal 74 197 77 0.62 0 0.61 0.23 121.46 0.51 0.53
Hex 4A C5 4D 3E 0 3D 17 79 33 35
Octal 112 305 115 76 0 75 27 171 63 65
Binary 1001010 11000101 1001101 111110 0 111101 10111 1111001 110011 110101

Color Harmonies of #4AC54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC54D

Black with #4AC54D

Text Example


Text Example

White with #4AC54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,197,77); }

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

background-color css

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

 a { background-color: rgb(74,197,77); }

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

border-color css

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

 span { border-color: rgb(74,197,77); }

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