Html Css Color HEX #7EA805 Lima

📋 copy color: '#7EA805'

red 126 ◦ green 168 ◦ blue 5

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

Shades of Lima #7EA805

Tints of Lima #7EA805

RGB

 RED value IS 126 (49.61% from 255) = 42.14%

 GREEN value IS 168 (66.02% from 255) = 56.19%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 42.14%
G = 56.19%
B = 1.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#7EA805 (or 0x7EA805) is known color: Lima. HEX triplet: 7E, A8 and 05. RGB value is (126,168,5). Sum of RGB (Red+Green+Blue) = 126+168+5=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA805 is #8157FA. Grayscale: #898989. Windows color (decimal): -8476667 or 370814. OLE color: 370814.

HSL color Cylindrical-coordinate representation of color #7EA805: hue angle of 75.46º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EA805 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 126 168 5 -
CMYK 0.25 0 0.97 0.34
HSL 75.46º 0.94% 0.34% -
HSV(B) 75.46º 0.97% 0.66% -
XYZ 22.63 32.45 5.21 -
YUV 136.86 53.59 120.25 -
System Red Green Blue C M Y K H S L
Decimal 126 168 5 0.25 0 0.97 0.34 75.46 0.94 0.34
Hex 7E A8 5 19 0 61 22 4B 5E 22
Octal 176 250 5 31 0 141 42 113 136 42
Binary 1111110 10101000 101 11001 0 1100001 100010 1001011 1011110 100010

Color Harmonies of #7EA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA805

Black with #7EA805

Text Example


Text Example

White with #7EA805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,168,5); }

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

background-color css

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

 a { background-color: rgb(126,168,5); }

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

border-color css

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

 span { border-color: rgb(126,168,5); }

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