Html Css Color HEX #4BAB3C Fruit Salad

📋 copy color: '#4BAB3C'

red 75 ◦ green 171 ◦ blue 60

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

Shades of Fruit Salad #4BAB3C

Tints of Fruit Salad #4BAB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 24.51%
G = 55.88%
B = 19.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#4BAB3C (or 0x4BAB3C) is known color: Fruit Salad. HEX triplet: 4B, AB and 3C. RGB value is (75,171,60). Sum of RGB (Red+Green+Blue) = 75+171+60=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAB3C is #B454C3. Grayscale: #818181. Windows color (decimal): -11818180 or 3976011. OLE color: 3976011.

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

Color convert

RGB 75 171 60 -
CMYK 0.56 0 0.65 0.33
HSL 111.89º 0.48% 0.45% -
HSV(B) 111.89º 0.65% 0.67% -
XYZ 18.28 30.95 9.29 -
YUV 129.64 88.7 89.03 -
System Red Green Blue C M Y K H S L
Decimal 75 171 60 0.56 0 0.65 0.33 111.89 0.48 0.45
Hex 4B AB 3C 38 0 41 21 70 30 2D
Octal 113 253 74 70 0 101 41 160 60 55
Binary 1001011 10101011 111100 111000 0 1000001 100001 1110000 110000 101101

Color Harmonies of #4BAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAB3C

Black with #4BAB3C

Text Example


Text Example

White with #4BAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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