Html Css Color HEX #7DAD2F Lima

📋 copy color: '#7DAD2F'

red 125 ◦ green 173 ◦ blue 47

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

Shades of Lima #7DAD2F

Tints of Lima #7DAD2F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 36.23%
G = 50.14%
B = 13.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#7DAD2F (or 0x7DAD2F) is known color: Lima. HEX triplet: 7D, AD and 2F. RGB value is (125,173,47). Sum of RGB (Red+Green+Blue) = 125+173+47=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAD2F is #8252D0. Grayscale: #909090. Windows color (decimal): -8540881 or 3124605. OLE color: 3124605.

HSL color Cylindrical-coordinate representation of color #7DAD2F: hue angle of 82.86º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DAD2F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 47 -
CMYK 0.28 0 0.73 0.32
HSL 82.86º 0.57% 0.43% -
HSV(B) 82.86º 0.73% 0.68% -
XYZ 23.91 34.45 8.08 -
YUV 144.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 125 173 47 0.28 0 0.73 0.32 82.86 0.57 0.43
Hex 7D AD 2F 1C 0 49 20 53 39 2B
Octal 175 255 57 34 0 111 40 123 71 53
Binary 1111101 10101101 101111 11100 0 1001001 100000 1010011 111001 101011

Color Harmonies of #7DAD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD2F

Black with #7DAD2F

Text Example


Text Example

White with #7DAD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,173,47); }

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

background-color css

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

 a { background-color: rgb(125,173,47); }

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

border-color css

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

 span { border-color: rgb(125,173,47); }

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