Html Css Color HEX #4BAA4C Fruit Salad

📋 copy color: '#4BAA4C'

red 75 ◦ green 170 ◦ blue 76

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

Shades of Fruit Salad #4BAA4C

Tints of Fruit Salad #4BAA4C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.96%

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 23.36%
G = 52.96%
B = 23.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#4BAA4C (or 0x4BAA4C) is known color: Fruit Salad. HEX triplet: 4B, AA and 4C. RGB value is (75,170,76). Sum of RGB (Red+Green+Blue) = 75+170+76=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA4C is #B455B3. Grayscale: #838383. Windows color (decimal): -11818420 or 5024331. OLE color: 5024331.

HSL color Cylindrical-coordinate representation of color #4BAA4C: hue angle of 120.63º 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 #4BAA4C is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 170 76 -
CMYK 0.56 0 0.55 0.33
HSL 120.63º 0.39% 0.48% -
HSV(B) 120.63º 0.56% 0.67% -
XYZ 18.58 30.77 11.8 -
YUV 130.88 97.03 88.14 -
System Red Green Blue C M Y K H S L
Decimal 75 170 76 0.56 0 0.55 0.33 120.63 0.39 0.48
Hex 4B AA 4C 38 0 37 21 79 27 30
Octal 113 252 114 70 0 67 41 171 47 60
Binary 1001011 10101010 1001100 111000 0 110111 100001 1111001 100111 110000

Color Harmonies of #4BAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAA4C

Black with #4BAA4C

Text Example


Text Example

White with #4BAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,170,76); }

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

background-color css

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

 a { background-color: rgb(75,170,76); }

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

border-color css

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

 span { border-color: rgb(75,170,76); }

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