Html Css Color HEX #7DA520 Lima

📋 copy color: '#7DA520'

red 125 ◦ green 165 ◦ blue 32

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

Shades of Lima #7DA520

Tints of Lima #7DA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.24%

 BLUE value IS 32 (12.89% from 255) = 9.94%

R = 38.82%
G = 51.24%
B = 9.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#7DA520 (or 0x7DA520) is known color: Lima. HEX triplet: 7D, A5 and 20. RGB value is (125,165,32). Sum of RGB (Red+Green+Blue) = 125+165+32=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA520 is #825ADF. Grayscale: #8A8A8A. Windows color (decimal): -8542944 or 2139517. OLE color: 2139517.

HSL color Cylindrical-coordinate representation of color #7DA520: hue angle of 78.05º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DA520 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 32 -
CMYK 0.24 0 0.81 0.35
HSL 78.05º 0.68% 0.39% -
HSV(B) 78.05º 0.81% 0.65% -
XYZ 22.17 31.37 6.25 -
YUV 137.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 125 165 32 0.24 0 0.81 0.35 78.05 0.68 0.39
Hex 7D A5 20 18 0 51 23 4E 44 27
Octal 175 245 40 30 0 121 43 116 104 47
Binary 1111101 10100101 100000 11000 0 1010001 100011 1001110 1000100 100111

Color Harmonies of #7DA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA520

Black with #7DA520

Text Example


Text Example

White with #7DA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,32); }

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

background-color css

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

 a { background-color: rgb(125,165,32); }

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

border-color css

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

 span { border-color: rgb(125,165,32); }

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