Html Css Color HEX #4BB55D Fruit Salad

📋 copy color: '#4BB55D'

red 75 ◦ green 181 ◦ blue 93

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

Shades of Fruit Salad #4BB55D

Tints of Fruit Salad #4BB55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.86%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 21.49%
G = 51.86%
B = 26.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#4BB55D (or 0x4BB55D) is known color: Fruit Salad. HEX triplet: 4B, B5 and 5D. RGB value is (75,181,93). Sum of RGB (Red+Green+Blue) = 75+181+93=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB55D is #B44AA2. Grayscale: #8B8B8B. Windows color (decimal): -11815587 or 6141259. OLE color: 6141259.

HSL color Cylindrical-coordinate representation of color #4BB55D: hue angle of 130.19º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB55D is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 181 93 -
CMYK 0.59 0 0.49 0.29
HSL 130.19º 0.42% 0.5% -
HSV(B) 130.19º 0.59% 0.71% -
XYZ 21.4 35.33 16.05 -
YUV 139.27 101.88 82.16 -
System Red Green Blue C M Y K H S L
Decimal 75 181 93 0.59 0 0.49 0.29 130.19 0.42 0.5
Hex 4B B5 5D 3B 0 31 1D 82 2A 32
Octal 113 265 135 73 0 61 35 202 52 62
Binary 1001011 10110101 1011101 111011 0 110001 11101 10000010 101010 110010

Color Harmonies of #4BB55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB55D

Black with #4BB55D

Text Example


Text Example

White with #4BB55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,181,93); }

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

background-color css

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

 a { background-color: rgb(75,181,93); }

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

border-color css

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

 span { border-color: rgb(75,181,93); }

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