Html Css Color HEX #74AC50 Asparagus

📋 copy color: '#74AC50'

red 116 ◦ green 172 ◦ blue 80

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

Shades of Asparagus #74AC50

Tints of Asparagus #74AC50

RGB

 RED value IS 116 (45.7% from 255) = 31.52%

 GREEN value IS 172 (67.58% from 255) = 46.74%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 31.52%
G = 46.74%
B = 21.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#74AC50 (or 0x74AC50) is known color: Asparagus. HEX triplet: 74, AC and 50. RGB value is (116,172,80). Sum of RGB (Red+Green+Blue) = 116+172+80=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC50 is #8B53AF. Grayscale: #919191. Windows color (decimal): -9130928 or 5287028. OLE color: 5287028.

HSL color Cylindrical-coordinate representation of color #74AC50: hue angle of 96.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74AC50 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 80 -
CMYK 0.33 0 0.53 0.33
HSL 96.52º 0.37% 0.49% -
HSV(B) 96.52º 0.53% 0.67% -
XYZ 23.4 33.8 12.88 -
YUV 144.77 91.45 107.48 -
System Red Green Blue C M Y K H S L
Decimal 116 172 80 0.33 0 0.53 0.33 96.52 0.37 0.49
Hex 74 AC 50 21 0 35 21 61 25 31
Octal 164 254 120 41 0 65 41 141 45 61
Binary 1110100 10101100 1010000 100001 0 110101 100001 1100001 100101 110001

Color Harmonies of #74AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC50

Black with #74AC50

Text Example


Text Example

White with #74AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AC50; }

 p { color: rgb(116,172,80); }

 H1.HeaderClassName
 {
   color: #74AC50;
 }
 .AnyTagClassName
 {
   color: #74AC50;
 }
</style>

background-color css

<style>
 a { background-color: #74AC50; }

 a { background-color: rgb(116,172,80); }

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

border-color css

<style>
 span { border-color: #74AC50; }

 span { border-color: rgb(116,172,80); }

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