Html Css Color HEX #7DAE07 Lima

📋 copy color: '#7DAE07'

red 125 ◦ green 174 ◦ blue 7

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

Shades of Lima #7DAE07

Tints of Lima #7DAE07

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.86%

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

R = 40.85%
G = 56.86%
B = 2.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#7DAE07 (or 0x7DAE07) is known color: Lima. HEX triplet: 7D, AE and 07. RGB value is (125,174,7). Sum of RGB (Red+Green+Blue) = 125+174+7=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE07 is #8251F8. Grayscale: #8C8C8C. Windows color (decimal): -8540665 or 503421. OLE color: 503421.

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

Color convert

RGB 125 174 7 -
CMYK 0.28 0 0.96 0.32
HSL 77.6º 0.92% 0.35% -
HSV(B) 77.6º 0.96% 0.68% -
XYZ 23.63 34.65 5.64 -
YUV 140.31 52.77 117.08 -
System Red Green Blue C M Y K H S L
Decimal 125 174 7 0.28 0 0.96 0.32 77.6 0.92 0.35
Hex 7D AE 7 1C 0 60 20 4E 5C 23
Octal 175 256 7 34 0 140 40 116 134 43
Binary 1111101 10101110 111 11100 0 1100000 100000 1001110 1011100 100011

Color Harmonies of #7DAE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE07

Black with #7DAE07

Text Example


Text Example

White with #7DAE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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