Html Css Color HEX #7DA210 Lima

📋 copy color: '#7DA210'

red 125 ◦ green 162 ◦ blue 16

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

Shades of Lima #7DA210

Tints of Lima #7DA210

RGB

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

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

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

R = 41.25%
G = 53.47%
B = 5.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#7DA210 (or 0x7DA210) is known color: Lima. HEX triplet: 7D, A2 and 10. RGB value is (125,162,16). Sum of RGB (Red+Green+Blue) = 125+162+16=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA210 is #825DEF. Grayscale: #868686. Windows color (decimal): -8543728 or 1090173. OLE color: 1090173.

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

Color convert

RGB 125 162 16 -
CMYK 0.23 0 0.90 0.36
HSL 75.21º 0.82% 0.35% -
HSV(B) 75.21º 0.9% 0.64% -
XYZ 21.47 30.24 5.2 -
YUV 134.29 61.24 121.37 -
System Red Green Blue C M Y K H S L
Decimal 125 162 16 0.23 0 0.90 0.36 75.21 0.82 0.35
Hex 7D A2 10 17 0 5A 24 4B 52 23
Octal 175 242 20 27 0 132 44 113 122 43
Binary 1111101 10100010 10000 10111 0 1011010 100100 1001011 1010010 100011

Color Harmonies of #7DA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA210

Black with #7DA210

Text Example


Text Example

White with #7DA210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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