Html Css Color HEX #4AB240 Fruit Salad

📋 copy color: '#4AB240'

red 74 ◦ green 178 ◦ blue 64

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

Shades of Fruit Salad #4AB240

Tints of Fruit Salad #4AB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.33%

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

R = 23.42%
G = 56.33%
B = 20.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#4AB240 (or 0x4AB240) is known color: Fruit Salad. HEX triplet: 4A, B2 and 40. RGB value is (74,178,64). Sum of RGB (Red+Green+Blue) = 74+178+64=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB240 is #B54DBF. Grayscale: #868686. Windows color (decimal): -11881920 or 4239946. OLE color: 4239946.

HSL color Cylindrical-coordinate representation of color #4AB240: hue angle of 114.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB240 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 178 64 -
CMYK 0.58 0 0.64 0.30
HSL 114.74º 0.47% 0.47% -
HSV(B) 114.74º 0.64% 0.7% -
XYZ 19.67 33.67 10.31 -
YUV 133.91 88.54 85.27 -
System Red Green Blue C M Y K H S L
Decimal 74 178 64 0.58 0 0.64 0.30 114.74 0.47 0.47
Hex 4A B2 40 3A 0 40 1E 73 2F 2F
Octal 112 262 100 72 0 100 36 163 57 57
Binary 1001010 10110010 1000000 111010 0 1000000 11110 1110011 101111 101111

Color Harmonies of #4AB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB240

Black with #4AB240

Text Example


Text Example

White with #4AB240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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