Html Css Color HEX #4AB34C Fruit Salad

📋 copy color: '#4AB34C'

red 74 ◦ green 179 ◦ blue 76

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

Shades of Fruit Salad #4AB34C

Tints of Fruit Salad #4AB34C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.41%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 22.49%
G = 54.41%
B = 23.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#4AB34C (or 0x4AB34C) is known color: Fruit Salad. HEX triplet: 4A, B3 and 4C. RGB value is (74,179,76). Sum of RGB (Red+Green+Blue) = 74+179+76=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB34C is #B54CB3. Grayscale: #888888. Windows color (decimal): -11881652 or 5026634. OLE color: 5026634.

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

Color convert

RGB 74 179 76 -
CMYK 0.59 0 0.58 0.30
HSL 121.14º 0.42% 0.5% -
HSV(B) 121.14º 0.59% 0.7% -
XYZ 20.25 34.22 12.37 -
YUV 135.86 94.21 83.88 -
System Red Green Blue C M Y K H S L
Decimal 74 179 76 0.59 0 0.58 0.30 121.14 0.42 0.5
Hex 4A B3 4C 3B 0 3A 1E 79 2A 32
Octal 112 263 114 73 0 72 36 171 52 62
Binary 1001010 10110011 1001100 111011 0 111010 11110 1111001 101010 110010

Color Harmonies of #4AB34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB34C

Black with #4AB34C

Text Example


Text Example

White with #4AB34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,179,76); }

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

background-color css

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

 a { background-color: rgb(74,179,76); }

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

border-color css

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

 span { border-color: rgb(74,179,76); }

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