Html Css Color HEX #7DA010 Lima

📋 copy color: '#7DA010'

red 125 ◦ green 160 ◦ blue 16

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

Shades of Lima #7DA010

Tints of Lima #7DA010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.16%

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

R = 41.53%
G = 53.16%
B = 5.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#7DA010 (or 0x7DA010) is known color: Lima. HEX triplet: 7D, A0 and 10. RGB value is (125,160,16). Sum of RGB (Red+Green+Blue) = 125+160+16=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA010 is #825FEF. Grayscale: #858585. Windows color (decimal): -8544240 or 1089661. OLE color: 1089661.

HSL color Cylindrical-coordinate representation of color #7DA010: hue angle of 74.58º 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 #7DA010 is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 160 16 -
CMYK 0.22 0 0.9 0.37
HSL 74.58º 0.82% 0.35% -
HSV(B) 74.58º 0.9% 0.63% -
XYZ 21.12 29.54 5.08 -
YUV 133.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 125 160 16 0.22 0 0.9 0.37 74.58 0.82 0.35
Hex 7D A0 10 16 0 5A 25 4B 52 23
Octal 175 240 20 26 0 132 45 113 122 43
Binary 1111101 10100000 10000 10110 0 1011010 100101 1001011 1010010 100011

Color Harmonies of #7DA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA010

Black with #7DA010

Text Example


Text Example

White with #7DA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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