Html Css Color HEX #74AB50 Asparagus

📋 copy color: '#74AB50'

red 116 ◦ green 171 ◦ blue 80

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

Shades of Asparagus #74AB50

Tints of Asparagus #74AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.59%

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

R = 31.61%
G = 46.59%
B = 21.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#74AB50 (or 0x74AB50) is known color: Asparagus. HEX triplet: 74, AB and 50. RGB value is (116,171,80). Sum of RGB (Red+Green+Blue) = 116+171+80=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB50 is #8B54AF. Grayscale: #909090. Windows color (decimal): -9131184 or 5286772. OLE color: 5286772.

HSL color Cylindrical-coordinate representation of color #74AB50: hue angle of 96.26º degrees, saturation: 0.36, 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 #74AB50 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 171 80 -
CMYK 0.32 0 0.53 0.33
HSL 96.26º 0.36% 0.49% -
HSV(B) 96.26º 0.53% 0.67% -
XYZ 23.21 33.42 12.82 -
YUV 144.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 116 171 80 0.32 0 0.53 0.33 96.26 0.36 0.49
Hex 74 AB 50 20 0 35 21 60 24 31
Octal 164 253 120 40 0 65 41 140 44 61
Binary 1110100 10101011 1010000 100000 0 110101 100001 1100000 100100 110001

Color Harmonies of #74AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB50

Black with #74AB50

Text Example


Text Example

White with #74AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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