Html Css Color HEX #4BA848 Fruit Salad

📋 copy color: '#4BA848'

red 75 ◦ green 168 ◦ blue 72

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

Shades of Fruit Salad #4BA848

Tints of Fruit Salad #4BA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.33%

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 23.81%
G = 53.33%
B = 22.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#4BA848 (or 0x4BA848) is known color: Fruit Salad. HEX triplet: 4B, A8 and 48. RGB value is (75,168,72). Sum of RGB (Red+Green+Blue) = 75+168+72=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA848 is #B457B7. Grayscale: #818181. Windows color (decimal): -11818936 or 4761675. OLE color: 4761675.

HSL color Cylindrical-coordinate representation of color #4BA848: hue angle of 118.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BA848 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 168 72 -
CMYK 0.55 0 0.57 0.34
HSL 118.13º 0.4% 0.47% -
HSV(B) 118.13º 0.57% 0.66% -
XYZ 18.07 29.97 10.96 -
YUV 129.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 75 168 72 0.55 0 0.57 0.34 118.13 0.4 0.47
Hex 4B A8 48 37 0 39 22 76 28 2F
Octal 113 250 110 67 0 71 42 166 50 57
Binary 1001011 10101000 1001000 110111 0 111001 100010 1110110 101000 101111

Color Harmonies of #4BA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA848

Black with #4BA848

Text Example


Text Example

White with #4BA848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,168,72); }

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

background-color css

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

 a { background-color: rgb(75,168,72); }

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

border-color css

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

 span { border-color: rgb(75,168,72); }

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