Html Css Color HEX #7DAC07 Lima

📋 copy color: '#7DAC07'

red 125 ◦ green 172 ◦ blue 7

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

Shades of Lima #7DAC07

Tints of Lima #7DAC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 41.12%
G = 56.58%
B = 2.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#7DAC07 (or 0x7DAC07) is known color: Lima. HEX triplet: 7D, AC and 07. RGB value is (125,172,7). Sum of RGB (Red+Green+Blue) = 125+172+7=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC07 is #8253F8. Grayscale: #8B8B8B. Windows color (decimal): -8541177 or 502909. OLE color: 502909.

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

Color convert

RGB 125 172 7 -
CMYK 0.27 0 0.96 0.33
HSL 77.09º 0.92% 0.35% -
HSV(B) 77.09º 0.96% 0.67% -
XYZ 23.25 33.88 5.52 -
YUV 139.14 53.43 117.92 -
System Red Green Blue C M Y K H S L
Decimal 125 172 7 0.27 0 0.96 0.33 77.09 0.92 0.35
Hex 7D AC 7 1B 0 60 21 4D 5C 23
Octal 175 254 7 33 0 140 41 115 134 43
Binary 1111101 10101100 111 11011 0 1100000 100001 1001101 1011100 100011

Color Harmonies of #7DAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC07

Black with #7DAC07

Text Example


Text Example

White with #7DAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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