Html Css Color HEX #4BAE55 Fruit Salad

📋 copy color: '#4BAE55'

red 75 ◦ green 174 ◦ blue 85

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

Shades of Fruit Salad #4BAE55

Tints of Fruit Salad #4BAE55

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.1%

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

R = 22.46%
G = 52.1%
B = 25.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#4BAE55 (or 0x4BAE55) is known color: Fruit Salad. HEX triplet: 4B, AE and 55. RGB value is (75,174,85). Sum of RGB (Red+Green+Blue) = 75+174+85=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAE55 is #B451AA. Grayscale: #868686. Windows color (decimal): -11817387 or 5615179. OLE color: 5615179.

HSL color Cylindrical-coordinate representation of color #4BAE55: hue angle of 126.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAE55 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 174 85 -
CMYK 0.57 0 0.51 0.32
HSL 126.06º 0.4% 0.49% -
HSV(B) 126.06º 0.57% 0.68% -
XYZ 19.68 32.42 13.82 -
YUV 134.25 100.2 85.74 -
System Red Green Blue C M Y K H S L
Decimal 75 174 85 0.57 0 0.51 0.32 126.06 0.4 0.49
Hex 4B AE 55 39 0 33 20 7E 28 31
Octal 113 256 125 71 0 63 40 176 50 61
Binary 1001011 10101110 1010101 111001 0 110011 100000 1111110 101000 110001

Color Harmonies of #4BAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAE55

Black with #4BAE55

Text Example


Text Example

White with #4BAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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