Html Css Color HEX #4BA051 Fruit Salad

📋 copy color: '#4BA051'

red 75 ◦ green 160 ◦ blue 81

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

Shades of Fruit Salad #4BA051

Tints of Fruit Salad #4BA051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 23.73%
G = 50.63%
B = 25.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#4BA051 (or 0x4BA051) is known color: Fruit Salad. HEX triplet: 4B, A0 and 51. RGB value is (75,160,81). Sum of RGB (Red+Green+Blue) = 75+160+81=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA051 is #B45FAE. Grayscale: #7D7D7D. Windows color (decimal): -11820975 or 5349451. OLE color: 5349451.

HSL color Cylindrical-coordinate representation of color #4BA051: hue angle of 124.24º 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 #4BA051 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 160 81 -
CMYK 0.53 0 0.49 0.37
HSL 124.24º 0.36% 0.46% -
HSV(B) 124.24º 0.53% 0.63% -
XYZ 16.96 27.23 12.15 -
YUV 125.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 75 160 81 0.53 0 0.49 0.37 124.24 0.36 0.46
Hex 4B A0 51 35 0 31 25 7C 24 2E
Octal 113 240 121 65 0 61 45 174 44 56
Binary 1001011 10100000 1010001 110101 0 110001 100101 1111100 100100 101110

Color Harmonies of #4BA051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA051

Black with #4BA051

Text Example


Text Example

White with #4BA051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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