Html Css Color HEX #7DAE14 Lima

📋 copy color: '#7DAE14'

red 125 ◦ green 174 ◦ blue 20

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

Shades of Lima #7DAE14

Tints of Lima #7DAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 39.18%
G = 54.55%
B = 6.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#7DAE14 (or 0x7DAE14) is known color: Lima. HEX triplet: 7D, AE and 14. RGB value is (125,174,20). Sum of RGB (Red+Green+Blue) = 125+174+20=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE14 is #8251EB. Grayscale: #8E8E8E. Windows color (decimal): -8540652 or 1355389. OLE color: 1355389.

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

Color convert

RGB 125 174 20 -
CMYK 0.28 0 0.89 0.32
HSL 79.09º 0.79% 0.38% -
HSV(B) 79.09º 0.89% 0.68% -
XYZ 23.72 34.68 6.11 -
YUV 141.79 59.27 116.02 -
System Red Green Blue C M Y K H S L
Decimal 125 174 20 0.28 0 0.89 0.32 79.09 0.79 0.38
Hex 7D AE 14 1C 0 59 20 4F 4F 26
Octal 175 256 24 34 0 131 40 117 117 46
Binary 1111101 10101110 10100 11100 0 1011001 100000 1001111 1001111 100110

Color Harmonies of #7DAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE14

Black with #7DAE14

Text Example


Text Example

White with #7DAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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