Html Css Color HEX #7DA310 Lima

📋 copy color: '#7DA310'

red 125 ◦ green 163 ◦ blue 16

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

Shades of Lima #7DA310

Tints of Lima #7DA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.62%

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

R = 41.12%
G = 53.62%
B = 5.26%

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

#7DA310 (or 0x7DA310) is known color: Lima. HEX triplet: 7D, A3 and 10. RGB value is (125,163,16). Sum of RGB (Red+Green+Blue) = 125+163+16=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA310 is #825CEF. Grayscale: #878787. Windows color (decimal): -8543472 or 1090429. OLE color: 1090429.

HSL color Cylindrical-coordinate representation of color #7DA310: hue angle of 75.51º 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 #7DA310 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 163 16 -
CMYK 0.23 0 0.90 0.36
HSL 75.51º 0.82% 0.35% -
HSV(B) 75.51º 0.9% 0.64% -
XYZ 21.65 30.59 5.25 -
YUV 134.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 125 163 16 0.23 0 0.90 0.36 75.51 0.82 0.35
Hex 7D A3 10 17 0 5A 24 4C 52 23
Octal 175 243 20 27 0 132 44 114 122 43
Binary 1111101 10100011 10000 10111 0 1011010 100100 1001100 1010010 100011

Color Harmonies of #7DA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA310

Black with #7DA310

Text Example


Text Example

White with #7DA310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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