Html Css Color HEX #4AB540 Fruit Salad

📋 copy color: '#4AB540'

red 74 ◦ green 181 ◦ blue 64

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

Shades of Fruit Salad #4AB540

Tints of Fruit Salad #4AB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.74%

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

R = 23.2%
G = 56.74%
B = 20.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#4AB540 (or 0x4AB540) is known color: Fruit Salad. HEX triplet: 4A, B5 and 40. RGB value is (74,181,64). Sum of RGB (Red+Green+Blue) = 74+181+64=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB540 is #B54ABF. Grayscale: #888888. Windows color (decimal): -11881152 or 4240714. OLE color: 4240714.

HSL color Cylindrical-coordinate representation of color #4AB540: hue angle of 114.87º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB540 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 181 64 -
CMYK 0.59 0 0.65 0.29
HSL 114.87º 0.48% 0.48% -
HSV(B) 114.87º 0.65% 0.71% -
XYZ 20.27 34.87 10.51 -
YUV 135.67 87.55 84.01 -
System Red Green Blue C M Y K H S L
Decimal 74 181 64 0.59 0 0.65 0.29 114.87 0.48 0.48
Hex 4A B5 40 3B 0 41 1D 73 30 30
Octal 112 265 100 73 0 101 35 163 60 60
Binary 1001010 10110101 1000000 111011 0 1000001 11101 1110011 110000 110000

Color Harmonies of #4AB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB540

Black with #4AB540

Text Example


Text Example

White with #4AB540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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