Html Css Color HEX #4AB94F Fruit Salad

📋 copy color: '#4AB94F'

red 74 ◦ green 185 ◦ blue 79

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

Shades of Fruit Salad #4AB94F

Tints of Fruit Salad #4AB94F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

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

R = 21.89%
G = 54.73%
B = 23.37%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#4AB94F (or 0x4AB94F) is known color: Fruit Salad. HEX triplet: 4A, B9 and 4F. RGB value is (74,185,79). Sum of RGB (Red+Green+Blue) = 74+185+79=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB94F is #B546B0. Grayscale: #8C8C8C. Windows color (decimal): -11880113 or 5224778. OLE color: 5224778.

HSL color Cylindrical-coordinate representation of color #4AB94F: hue angle of 122.7º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB94F is Cyan = 0.6, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 79 -
CMYK 0.6 0 0.57 0.27
HSL 122.7º 0.44% 0.51% -
HSV(B) 122.7º 0.6% 0.73% -
XYZ 21.58 36.72 13.35 -
YUV 139.73 93.73 81.12 -
System Red Green Blue C M Y K H S L
Decimal 74 185 79 0.6 0 0.57 0.27 122.7 0.44 0.51
Hex 4A B9 4F 3C 0 39 1B 7B 2C 33
Octal 112 271 117 74 0 71 33 173 54 63
Binary 1001010 10111001 1001111 111100 0 111001 11011 1111011 101100 110011

Color Harmonies of #4AB94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB94F

Black with #4AB94F

Text Example


Text Example

White with #4AB94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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