Html Css Color HEX #7DAE13 Lima

📋 copy color: '#7DAE13'

red 125 ◦ green 174 ◦ blue 19

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

Shades of Lima #7DAE13

Tints of Lima #7DAE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 39.31%
G = 54.72%
B = 5.97%

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

#7DAE13 (or 0x7DAE13) is known color: Lima. HEX triplet: 7D, AE and 13. RGB value is (125,174,19). Sum of RGB (Red+Green+Blue) = 125+174+19=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE13 is #8251EC. Grayscale: #8E8E8E. Windows color (decimal): -8540653 or 1289853. OLE color: 1289853.

HSL color Cylindrical-coordinate representation of color #7DAE13: hue angle of 78.97º degrees, saturation: 0.8, 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 #7DAE13 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 19 -
CMYK 0.28 0 0.89 0.32
HSL 78.97º 0.8% 0.38% -
HSV(B) 78.97º 0.89% 0.68% -
XYZ 23.71 34.68 6.06 -
YUV 141.68 58.77 116.1 -
System Red Green Blue C M Y K H S L
Decimal 125 174 19 0.28 0 0.89 0.32 78.97 0.8 0.38
Hex 7D AE 13 1C 0 59 20 4F 50 26
Octal 175 256 23 34 0 131 40 117 120 46
Binary 1111101 10101110 10011 11100 0 1011001 100000 1001111 1010000 100110

Color Harmonies of #7DAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE13

Black with #7DAE13

Text Example


Text Example

White with #7DAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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