Html Css Color HEX #7DA110 Lima

📋 copy color: '#7DA110'

red 125 ◦ green 161 ◦ blue 16

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

Shades of Lima #7DA110

Tints of Lima #7DA110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.31%

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 41.39%
G = 53.31%
B = 5.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#7DA110 (or 0x7DA110) is known color: Lima. HEX triplet: 7D, A1 and 10. RGB value is (125,161,16). Sum of RGB (Red+Green+Blue) = 125+161+16=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA110 is #825EEF. Grayscale: #868686. Windows color (decimal): -8543984 or 1089917. OLE color: 1089917.

HSL color Cylindrical-coordinate representation of color #7DA110: hue angle of 74.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DA110 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 16 -
CMYK 0.22 0 0.90 0.37
HSL 74.9º 0.82% 0.35% -
HSV(B) 74.9º 0.9% 0.63% -
XYZ 21.3 29.89 5.14 -
YUV 133.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 125 161 16 0.22 0 0.90 0.37 74.9 0.82 0.35
Hex 7D A1 10 16 0 5A 25 4B 52 23
Octal 175 241 20 26 0 132 45 113 122 43
Binary 1111101 10100001 10000 10110 0 1011010 100101 1001011 1010010 100011

Color Harmonies of #7DA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA110

Black with #7DA110

Text Example


Text Example

White with #7DA110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,16); }

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

background-color css

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

 a { background-color: rgb(125,161,16); }

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

border-color css

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

 span { border-color: rgb(125,161,16); }

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