Html Css Color HEX #4BB949 Fruit Salad

📋 copy color: '#4BB949'

red 75 ◦ green 185 ◦ blue 73

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

Shades of Fruit Salad #4BB949

Tints of Fruit Salad #4BB949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 22.52%
G = 55.56%
B = 21.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#4BB949 (or 0x4BB949) is known color: Fruit Salad. HEX triplet: 4B, B9 and 49. RGB value is (75,185,73). Sum of RGB (Red+Green+Blue) = 75+185+73=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB949 is #B446B6. Grayscale: #8B8B8B. Windows color (decimal): -11814583 or 4831563. OLE color: 4831563.

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

Color convert

RGB 75 185 73 -
CMYK 0.59 0 0.61 0.27
HSL 118.93º 0.44% 0.51% -
HSV(B) 118.93º 0.61% 0.73% -
XYZ 21.45 36.67 12.25 -
YUV 139.34 90.56 82.11 -
System Red Green Blue C M Y K H S L
Decimal 75 185 73 0.59 0 0.61 0.27 118.93 0.44 0.51
Hex 4B B9 49 3B 0 3D 1B 77 2C 33
Octal 113 271 111 73 0 75 33 167 54 63
Binary 1001011 10111001 1001001 111011 0 111101 11011 1110111 101100 110011

Color Harmonies of #4BB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB949

Black with #4BB949

Text Example


Text Example

White with #4BB949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,185,73); }

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

background-color css

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

 a { background-color: rgb(75,185,73); }

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

border-color css

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

 span { border-color: rgb(75,185,73); }

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