Html Css Color HEX #7DAE52 Asparagus

📋 copy color: '#7DAE52'

red 125 ◦ green 174 ◦ blue 82

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

Shades of Asparagus #7DAE52

Tints of Asparagus #7DAE52

RGB

 RED value IS 125 (49.22% from 255) = 32.81%

 GREEN value IS 174 (68.36% from 255) = 45.67%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 32.81%
G = 45.67%
B = 21.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#7DAE52 (or 0x7DAE52) is known color: Asparagus. HEX triplet: 7D, AE and 52. RGB value is (125,174,82). Sum of RGB (Red+Green+Blue) = 125+174+82=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE52 is #8251AD. Grayscale: #959595. Windows color (decimal): -8540590 or 5418621. OLE color: 5418621.

HSL color Cylindrical-coordinate representation of color #7DAE52: hue angle of 91.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DAE52 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 82 -
CMYK 0.28 0 0.53 0.32
HSL 91.96º 0.36% 0.5% -
HSV(B) 91.96º 0.53% 0.68% -
XYZ 25.12 35.24 13.46 -
YUV 148.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 125 174 82 0.28 0 0.53 0.32 91.96 0.36 0.5
Hex 7D AE 52 1C 0 35 20 5C 24 32
Octal 175 256 122 34 0 65 40 134 44 62
Binary 1111101 10101110 1010010 11100 0 110101 100000 1011100 100100 110010

Color Harmonies of #7DAE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE52

Black with #7DAE52

Text Example


Text Example

White with #7DAE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DAE52; }

 p { color: rgb(125,174,82); }

 H1.HeaderClassName
 {
   color: #7DAE52;
 }
 .AnyTagClassName
 {
   color: #7DAE52;
 }
</style>

background-color css

<style>
 a { background-color: #7DAE52; }

 a { background-color: rgb(125,174,82); }

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

border-color css

<style>
 span { border-color: #7DAE52; }

 span { border-color: rgb(125,174,82); }

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