Html Css Color HEX #4BA844 Fruit Salad

📋 copy color: '#4BA844'

red 75 ◦ green 168 ◦ blue 68

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

Shades of Fruit Salad #4BA844

Tints of Fruit Salad #4BA844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 24.12%
G = 54.02%
B = 21.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#4BA844 (or 0x4BA844) is known color: Fruit Salad. HEX triplet: 4B, A8 and 44. RGB value is (75,168,68). Sum of RGB (Red+Green+Blue) = 75+168+68=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA844 is #B457BB. Grayscale: #818181. Windows color (decimal): -11818940 or 4499531. OLE color: 4499531.

HSL color Cylindrical-coordinate representation of color #4BA844: hue angle of 115.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BA844 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 168 68 -
CMYK 0.55 0 0.60 0.34
HSL 115.8º 0.42% 0.46% -
HSV(B) 115.8º 0.6% 0.66% -
XYZ 17.95 29.92 10.3 -
YUV 128.79 93.69 89.63 -
System Red Green Blue C M Y K H S L
Decimal 75 168 68 0.55 0 0.60 0.34 115.8 0.42 0.46
Hex 4B A8 44 37 0 3C 22 74 2A 2E
Octal 113 250 104 67 0 74 42 164 52 56
Binary 1001011 10101000 1000100 110111 0 111100 100010 1110100 101010 101110

Color Harmonies of #4BA844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA844

Black with #4BA844

Text Example


Text Example

White with #4BA844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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