Html Css Color HEX #4AB756 Fruit Salad

📋 copy color: '#4AB756'

red 74 ◦ green 183 ◦ blue 86

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

Shades of Fruit Salad #4AB756

Tints of Fruit Salad #4AB756

RGB

 RED value IS 74 (29.3% from 255) = 21.57%

 GREEN value IS 183 (71.88% from 255) = 53.35%

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 21.57%
G = 53.35%
B = 25.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#4AB756 (or 0x4AB756) is known color: Fruit Salad. HEX triplet: 4A, B7 and 56. RGB value is (74,183,86). Sum of RGB (Red+Green+Blue) = 74+183+86=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB756 is #B548A9. Grayscale: #8B8B8B. Windows color (decimal): -11880618 or 5683018. OLE color: 5683018.

HSL color Cylindrical-coordinate representation of color #4AB756: hue angle of 126.61º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB756 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 86 -
CMYK 0.60 0 0.53 0.28
HSL 126.61º 0.43% 0.5% -
HSV(B) 126.61º 0.6% 0.72% -
XYZ 21.44 35.99 14.62 -
YUV 139.35 97.89 81.39 -
System Red Green Blue C M Y K H S L
Decimal 74 183 86 0.60 0 0.53 0.28 126.61 0.43 0.5
Hex 4A B7 56 3C 0 35 1C 7F 2B 32
Octal 112 267 126 74 0 65 34 177 53 62
Binary 1001010 10110111 1010110 111100 0 110101 11100 1111111 101011 110010

Color Harmonies of #4AB756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB756

Black with #4AB756

Text Example


Text Example

White with #4AB756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,183,86); }

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

background-color css

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

 a { background-color: rgb(74,183,86); }

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

border-color css

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

 span { border-color: rgb(74,183,86); }

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