Html Css Color HEX #4AAE40 Fruit Salad

📋 copy color: '#4AAE40'

red 74 ◦ green 174 ◦ blue 64

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

Shades of Fruit Salad #4AAE40

Tints of Fruit Salad #4AAE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.77%

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

R = 23.72%
G = 55.77%
B = 20.51%

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

#4AAE40 (or 0x4AAE40) is known color: Fruit Salad. HEX triplet: 4A, AE and 40. RGB value is (74,174,64). Sum of RGB (Red+Green+Blue) = 74+174+64=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAE40 is #B551BF. Grayscale: #838383. Windows color (decimal): -11882944 or 4238922. OLE color: 4238922.

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

Color convert

RGB 74 174 64 -
CMYK 0.57 0 0.63 0.32
HSL 114.55º 0.46% 0.47% -
HSV(B) 114.55º 0.63% 0.68% -
XYZ 18.89 32.1 10.05 -
YUV 131.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 74 174 64 0.57 0 0.63 0.32 114.55 0.46 0.47
Hex 4A AE 40 39 0 3F 20 73 2E 2F
Octal 112 256 100 71 0 77 40 163 56 57
Binary 1001010 10101110 1000000 111001 0 111111 100000 1110011 101110 101111

Color Harmonies of #4AAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE40

Black with #4AAE40

Text Example


Text Example

White with #4AAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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