Html Css Color HEX #4AB74F Fruit Salad

📋 copy color: '#4AB74F'

red 74 ◦ green 183 ◦ blue 79

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

Shades of Fruit Salad #4AB74F

Tints of Fruit Salad #4AB74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.46%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 22.02%
G = 54.46%
B = 23.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#4AB74F (or 0x4AB74F) is known color: Fruit Salad. HEX triplet: 4A, B7 and 4F. RGB value is (74,183,79). Sum of RGB (Red+Green+Blue) = 74+183+79=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB74F is #B548B0. Grayscale: #8A8A8A. Windows color (decimal): -11880625 or 5224266. OLE color: 5224266.

HSL color Cylindrical-coordinate representation of color #4AB74F: hue angle of 122.75º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB74F is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 79 -
CMYK 0.60 0 0.57 0.28
HSL 122.75º 0.43% 0.5% -
HSV(B) 122.75º 0.6% 0.72% -
XYZ 21.17 35.89 13.21 -
YUV 138.55 94.39 81.96 -
System Red Green Blue C M Y K H S L
Decimal 74 183 79 0.60 0 0.57 0.28 122.75 0.43 0.5
Hex 4A B7 4F 3C 0 39 1C 7B 2B 32
Octal 112 267 117 74 0 71 34 173 53 62
Binary 1001010 10110111 1001111 111100 0 111001 11100 1111011 101011 110010

Color Harmonies of #4AB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB74F

Black with #4AB74F

Text Example


Text Example

White with #4AB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,183,79); }

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

background-color css

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

 a { background-color: rgb(74,183,79); }

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

border-color css

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

 span { border-color: rgb(74,183,79); }

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