Html Css Color HEX #74AF58 Asparagus

📋 copy color: '#74AF58'

red 116 ◦ green 175 ◦ blue 88

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

Shades of Asparagus #74AF58

Tints of Asparagus #74AF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 30.61%
G = 46.17%
B = 23.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#74AF58 (or 0x74AF58) is known color: Asparagus. HEX triplet: 74, AF and 58. RGB value is (116,175,88). Sum of RGB (Red+Green+Blue) = 116+175+88=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF58 is #8B50A7. Grayscale: #939393. Windows color (decimal): -9130152 or 5812084. OLE color: 5812084.

HSL color Cylindrical-coordinate representation of color #74AF58: hue angle of 100.69º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74AF58 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 88 -
CMYK 0.34 0 0.50 0.31
HSL 100.69º 0.35% 0.52% -
HSV(B) 100.69º 0.5% 0.69% -
XYZ 24.29 35.08 14.72 -
YUV 147.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 116 175 88 0.34 0 0.50 0.31 100.69 0.35 0.52
Hex 74 AF 58 22 0 32 1F 65 23 34
Octal 164 257 130 42 0 62 37 145 43 64
Binary 1110100 10101111 1011000 100010 0 110010 11111 1100101 100011 110100

Color Harmonies of #74AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF58

Black with #74AF58

Text Example


Text Example

White with #74AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,175,88); }

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

background-color css

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

 a { background-color: rgb(116,175,88); }

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

border-color css

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

 span { border-color: rgb(116,175,88); }

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