Html Css Color HEX #7DA250 Asparagus

📋 copy color: '#7DA250'

red 125 ◦ green 162 ◦ blue 80

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

Shades of Asparagus #7DA250

Tints of Asparagus #7DA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

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

R = 34.06%
G = 44.14%
B = 21.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#7DA250 (or 0x7DA250) is known color: Asparagus. HEX triplet: 7D, A2 and 50. RGB value is (125,162,80). Sum of RGB (Red+Green+Blue) = 125+162+80=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA250 is #825DAF. Grayscale: #8D8D8D. Windows color (decimal): -8543664 or 5284477. OLE color: 5284477.

HSL color Cylindrical-coordinate representation of color #7DA250: hue angle of 87.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA250 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 80 -
CMYK 0.23 0 0.51 0.36
HSL 87.07º 0.34% 0.47% -
HSV(B) 87.07º 0.51% 0.64% -
XYZ 22.83 30.78 12.33 -
YUV 141.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 125 162 80 0.23 0 0.51 0.36 87.07 0.34 0.47
Hex 7D A2 50 17 0 33 24 57 22 2F
Octal 175 242 120 27 0 63 44 127 42 57
Binary 1111101 10100010 1010000 10111 0 110011 100100 1010111 100010 101111

Color Harmonies of #7DA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA250

Black with #7DA250

Text Example


Text Example

White with #7DA250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,162,80); }

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

background-color css

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

 a { background-color: rgb(125,162,80); }

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

border-color css

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

 span { border-color: rgb(125,162,80); }

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