Html Css Color HEX #4AB745 Fruit Salad

📋 copy color: '#4AB745'

red 74 ◦ green 183 ◦ blue 69

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

Shades of Fruit Salad #4AB745

Tints of Fruit Salad #4AB745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 22.7%
G = 56.13%
B = 21.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#4AB745 (or 0x4AB745) is known color: Fruit Salad. HEX triplet: 4A, B7 and 45. RGB value is (74,183,69). Sum of RGB (Red+Green+Blue) = 74+183+69=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB745 is #B548BA. Grayscale: #898989. Windows color (decimal): -11880635 or 4568906. OLE color: 4568906.

HSL color Cylindrical-coordinate representation of color #4AB745: hue angle of 117.37º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AB745 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 69 -
CMYK 0.60 0 0.62 0.28
HSL 117.37º 0.45% 0.49% -
HSV(B) 117.37º 0.62% 0.72% -
XYZ 20.83 35.75 11.43 -
YUV 137.41 89.39 82.77 -
System Red Green Blue C M Y K H S L
Decimal 74 183 69 0.60 0 0.62 0.28 117.37 0.45 0.49
Hex 4A B7 45 3C 0 3E 1C 75 2D 31
Octal 112 267 105 74 0 76 34 165 55 61
Binary 1001010 10110111 1000101 111100 0 111110 11100 1110101 101101 110001

Color Harmonies of #4AB745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB745

Black with #4AB745

Text Example


Text Example

White with #4AB745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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