Html Css Color HEX #4AAD40 Fruit Salad

📋 copy color: '#4AAD40'

red 74 ◦ green 173 ◦ blue 64

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

Shades of Fruit Salad #4AAD40

Tints of Fruit Salad #4AAD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.63%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 23.79%
G = 55.63%
B = 20.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#4AAD40 (or 0x4AAD40) is known color: Fruit Salad. HEX triplet: 4A, AD and 40. RGB value is (74,173,64). Sum of RGB (Red+Green+Blue) = 74+173+64=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD40 is #B552BF. Grayscale: #838383. Windows color (decimal): -11883200 or 4238666. OLE color: 4238666.

HSL color Cylindrical-coordinate representation of color #4AAD40: hue angle of 114.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AAD40 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 173 64 -
CMYK 0.57 0 0.63 0.32
HSL 114.5º 0.46% 0.46% -
HSV(B) 114.5º 0.63% 0.68% -
XYZ 18.69 31.71 9.99 -
YUV 130.97 90.2 87.36 -
System Red Green Blue C M Y K H S L
Decimal 74 173 64 0.57 0 0.63 0.32 114.5 0.46 0.46
Hex 4A AD 40 39 0 3F 20 72 2E 2E
Octal 112 255 100 71 0 77 40 162 56 56
Binary 1001010 10101101 1000000 111001 0 111111 100000 1110010 101110 101110

Color Harmonies of #4AAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAD40

Black with #4AAD40

Text Example


Text Example

White with #4AAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,173,64); }

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

background-color css

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

 a { background-color: rgb(74,173,64); }

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

border-color css

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

 span { border-color: rgb(74,173,64); }

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