Html Css Color HEX #4BAB5C Fruit Salad

📋 copy color: '#4BAB5C'

red 75 ◦ green 171 ◦ blue 92

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

Shades of Fruit Salad #4BAB5C

Tints of Fruit Salad #4BAB5C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.59%

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 22.19%
G = 50.59%
B = 27.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#4BAB5C (or 0x4BAB5C) is known color: Fruit Salad. HEX triplet: 4B, AB and 5C. RGB value is (75,171,92). Sum of RGB (Red+Green+Blue) = 75+171+92=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAB5C is #B454A3. Grayscale: #858585. Windows color (decimal): -11818148 or 6073163. OLE color: 6073163.

HSL color Cylindrical-coordinate representation of color #4BAB5C: hue angle of 130.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB5C is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 92 -
CMYK 0.56 0 0.46 0.33
HSL 130.63º 0.39% 0.48% -
HSV(B) 130.63º 0.56% 0.67% -
XYZ 19.4 31.39 15.16 -
YUV 133.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 75 171 92 0.56 0 0.46 0.33 130.63 0.39 0.48
Hex 4B AB 5C 38 0 2E 21 83 27 30
Octal 113 253 134 70 0 56 41 203 47 60
Binary 1001011 10101011 1011100 111000 0 101110 100001 10000011 100111 110000

Color Harmonies of #4BAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAB5C

Black with #4BAB5C

Text Example


Text Example

White with #4BAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,171,92); }

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

background-color css

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

 a { background-color: rgb(75,171,92); }

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

border-color css

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

 span { border-color: rgb(75,171,92); }

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