Html Css Color HEX #4BA04F Fruit Salad

📋 copy color: '#4BA04F'

red 75 ◦ green 160 ◦ blue 79

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

Shades of Fruit Salad #4BA04F

Tints of Fruit Salad #4BA04F

RGB

 RED value IS 75 (29.69% from 255) = 23.89%

 GREEN value IS 160 (62.89% from 255) = 50.96%

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

R = 23.89%
G = 50.96%
B = 25.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#4BA04F (or 0x4BA04F) is known color: Fruit Salad. HEX triplet: 4B, A0 and 4F. RGB value is (75,160,79). Sum of RGB (Red+Green+Blue) = 75+160+79=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA04F is #B45FB0. Grayscale: #7D7D7D. Windows color (decimal): -11820977 or 5218379. OLE color: 5218379.

HSL color Cylindrical-coordinate representation of color #4BA04F: hue angle of 122.82º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA04F is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 160 79 -
CMYK 0.53 0 0.51 0.37
HSL 122.82º 0.36% 0.46% -
HSV(B) 122.82º 0.53% 0.63% -
XYZ 16.88 27.2 11.76 -
YUV 125.35 101.84 92.09 -
System Red Green Blue C M Y K H S L
Decimal 75 160 79 0.53 0 0.51 0.37 122.82 0.36 0.46
Hex 4B A0 4F 35 0 33 25 7B 24 2E
Octal 113 240 117 65 0 63 45 173 44 56
Binary 1001011 10100000 1001111 110101 0 110011 100101 1111011 100100 101110

Color Harmonies of #4BA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA04F

Black with #4BA04F

Text Example


Text Example

White with #4BA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,160,79); }

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

background-color css

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

 a { background-color: rgb(75,160,79); }

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

border-color css

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

 span { border-color: rgb(75,160,79); }

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