Html Css Color HEX #7DA015 Lima

📋 copy color: '#7DA015'

red 125 ◦ green 160 ◦ blue 21

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

Shades of Lima #7DA015

Tints of Lima #7DA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.29%

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 40.85%
G = 52.29%
B = 6.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#7DA015 (or 0x7DA015) is known color: Lima. HEX triplet: 7D, A0 and 15. RGB value is (125,160,21). Sum of RGB (Red+Green+Blue) = 125+160+21=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA015 is #825FEA. Grayscale: #868686. Windows color (decimal): -8544235 or 1417341. OLE color: 1417341.

HSL color Cylindrical-coordinate representation of color #7DA015: hue angle of 75.11º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DA015 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 160 21 -
CMYK 0.22 0 0.87 0.37
HSL 75.11º 0.77% 0.35% -
HSV(B) 75.11º 0.87% 0.63% -
XYZ 21.16 29.56 5.3 -
YUV 133.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 125 160 21 0.22 0 0.87 0.37 75.11 0.77 0.35
Hex 7D A0 15 16 0 57 25 4B 4D 23
Octal 175 240 25 26 0 127 45 113 115 43
Binary 1111101 10100000 10101 10110 0 1010111 100101 1001011 1001101 100011

Color Harmonies of #7DA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA015

Black with #7DA015

Text Example


Text Example

White with #7DA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,160,21); }

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

background-color css

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

 a { background-color: rgb(125,160,21); }

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

border-color css

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

 span { border-color: rgb(125,160,21); }

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