Html Css Color HEX #7DAE10 Lima

📋 copy color: '#7DAE10'

red 125 ◦ green 174 ◦ blue 16

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

Shades of Lima #7DAE10

Tints of Lima #7DAE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 39.68%
G = 55.24%
B = 5.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#7DAE10 (or 0x7DAE10) is known color: Lima. HEX triplet: 7D, AE and 10. RGB value is (125,174,16). Sum of RGB (Red+Green+Blue) = 125+174+16=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE10 is #8251EF. Grayscale: #8D8D8D. Windows color (decimal): -8540656 or 1093245. OLE color: 1093245.

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

Color convert

RGB 125 174 16 -
CMYK 0.28 0 0.91 0.32
HSL 78.61º 0.83% 0.37% -
HSV(B) 78.61º 0.91% 0.68% -
XYZ 23.69 34.67 5.93 -
YUV 141.34 57.27 116.35 -
System Red Green Blue C M Y K H S L
Decimal 125 174 16 0.28 0 0.91 0.32 78.61 0.83 0.37
Hex 7D AE 10 1C 0 5B 20 4F 53 25
Octal 175 256 20 34 0 133 40 117 123 45
Binary 1111101 10101110 10000 11100 0 1011011 100000 1001111 1010011 100101

Color Harmonies of #7DAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE10

Black with #7DAE10

Text Example


Text Example

White with #7DAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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