Html Css Color HEX #7DAC17 Lima

📋 copy color: '#7DAC17'

red 125 ◦ green 172 ◦ blue 23

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

Shades of Lima #7DAC17

Tints of Lima #7DAC17

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.75%

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 39.06%
G = 53.75%
B = 7.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#7DAC17 (or 0x7DAC17) is known color: Lima. HEX triplet: 7D, AC and 17. RGB value is (125,172,23). Sum of RGB (Red+Green+Blue) = 125+172+23=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC17 is #8253E8. Grayscale: #8D8D8D. Windows color (decimal): -8541161 or 1551485. OLE color: 1551485.

HSL color Cylindrical-coordinate representation of color #7DAC17: hue angle of 78.93º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DAC17 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 23 -
CMYK 0.27 0 0.87 0.33
HSL 78.93º 0.76% 0.38% -
HSV(B) 78.93º 0.87% 0.67% -
XYZ 23.36 33.93 6.13 -
YUV 140.96 61.43 116.62 -
System Red Green Blue C M Y K H S L
Decimal 125 172 23 0.27 0 0.87 0.33 78.93 0.76 0.38
Hex 7D AC 17 1B 0 57 21 4F 4C 26
Octal 175 254 27 33 0 127 41 117 114 46
Binary 1111101 10101100 10111 11011 0 1010111 100001 1001111 1001100 100110

Color Harmonies of #7DAC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC17

Black with #7DAC17

Text Example


Text Example

White with #7DAC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,23); }

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

background-color css

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

 a { background-color: rgb(125,172,23); }

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

border-color css

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

 span { border-color: rgb(125,172,23); }

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