Html Css Color HEX #7DAD17 Lima

📋 copy color: '#7DAD17'

red 125 ◦ green 173 ◦ blue 23

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

Shades of Lima #7DAD17

Tints of Lima #7DAD17

RGB

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

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

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

R = 38.94%
G = 53.89%
B = 7.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#7DAD17 (or 0x7DAD17) is known color: Lima. HEX triplet: 7D, AD and 17. RGB value is (125,173,23). Sum of RGB (Red+Green+Blue) = 125+173+23=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD17 is #8252E8. Grayscale: #8E8E8E. Windows color (decimal): -8540905 or 1551741. OLE color: 1551741.

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

Color convert

RGB 125 173 23 -
CMYK 0.28 0 0.87 0.32
HSL 79.2º 0.77% 0.38% -
HSV(B) 79.2º 0.87% 0.68% -
XYZ 23.56 34.31 6.19 -
YUV 141.55 61.1 116.2 -
System Red Green Blue C M Y K H S L
Decimal 125 173 23 0.28 0 0.87 0.32 79.2 0.77 0.38
Hex 7D AD 17 1C 0 57 20 4F 4D 26
Octal 175 255 27 34 0 127 40 117 115 46
Binary 1111101 10101101 10111 11100 0 1010111 100000 1001111 1001101 100110

Color Harmonies of #7DAD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD17

Black with #7DAD17

Text Example


Text Example

White with #7DAD17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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