Html Css Color HEX #4AB757 Fruit Salad

📋 copy color: '#4AB757'

red 74 ◦ green 183 ◦ blue 87

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

Shades of Fruit Salad #4AB757

Tints of Fruit Salad #4AB757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 21.51%
G = 53.2%
B = 25.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#4AB757 (or 0x4AB757) is known color: Fruit Salad. HEX triplet: 4A, B7 and 57. RGB value is (74,183,87). Sum of RGB (Red+Green+Blue) = 74+183+87=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB757 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB757 is #B548A8. Grayscale: #8B8B8B. Windows color (decimal): -11880617 or 5748554. OLE color: 5748554.

HSL color Cylindrical-coordinate representation of color #4AB757: hue angle of 127.16º 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 #4AB757 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 87 -
CMYK 0.60 0 0.52 0.28
HSL 127.16º 0.43% 0.5% -
HSV(B) 127.16º 0.6% 0.72% -
XYZ 21.48 36.01 14.84 -
YUV 139.47 98.39 81.31 -
System Red Green Blue C M Y K H S L
Decimal 74 183 87 0.60 0 0.52 0.28 127.16 0.43 0.5
Hex 4A B7 57 3C 0 34 1C 7F 2B 32
Octal 112 267 127 74 0 64 34 177 53 62
Binary 1001010 10110111 1010111 111100 0 110100 11100 1111111 101011 110010

Color Harmonies of #4AB757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB757

Black with #4AB757

Text Example


Text Example

White with #4AB757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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