Html Css Color HEX #4BB155 Fruit Salad

📋 copy color: '#4BB155'

red 75 ◦ green 177 ◦ blue 85

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

Shades of Fruit Salad #4BB155

Tints of Fruit Salad #4BB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.52%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 22.26%
G = 52.52%
B = 25.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#4BB155 (or 0x4BB155) is known color: Fruit Salad. HEX triplet: 4B, B1 and 55. RGB value is (75,177,85). Sum of RGB (Red+Green+Blue) = 75+177+85=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB155 is #B44EAA. Grayscale: #888888. Windows color (decimal): -11816619 or 5615947. OLE color: 5615947.

HSL color Cylindrical-coordinate representation of color #4BB155: hue angle of 125.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB155 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 177 85 -
CMYK 0.58 0 0.52 0.31
HSL 125.88º 0.4% 0.49% -
HSV(B) 125.88º 0.58% 0.69% -
XYZ 20.26 33.6 14.01 -
YUV 136.01 99.21 84.48 -
System Red Green Blue C M Y K H S L
Decimal 75 177 85 0.58 0 0.52 0.31 125.88 0.4 0.49
Hex 4B B1 55 3A 0 34 1F 7E 28 31
Octal 113 261 125 72 0 64 37 176 50 61
Binary 1001011 10110001 1010101 111010 0 110100 11111 1111110 101000 110001

Color Harmonies of #4BB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB155

Black with #4BB155

Text Example


Text Example

White with #4BB155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,177,85); }

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

background-color css

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

 a { background-color: rgb(75,177,85); }

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

border-color css

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

 span { border-color: rgb(75,177,85); }

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