#7EB714

Color #7EB714 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EB714

Tints of Lima #7EB714

Color information

#7EB714 (or 0x7EB714) is unknown color: approx Lima. HEX triplet: 7E, B7 and 14. RGB value is (126,183,20). Sum of RGB (Red+Green+Blue) = 126+183+20=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB714 is #8148EB. Grayscale: #939393. Windows color (decimal): -8472812 or 1357694. OLE color: 1357694.

HSL color Cylindrical-coordinate representation of color #7EB714: hue angle of 80.98º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7EB714 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB12618320-
CMYK0.3100.890.28
HSL80.98º80.3%39.8%-
HSV(B)80.98º89.07%71.76%-
XYZ25.6638.356.71-
YUV147.3856.12112.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 183 (71.88% from 255) = 55.62%
BLUE value IS 20 (8.20% from 255) = 6.08%
R=38.30%
G=55.62%
B=6.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal126183200.3100.890.2880.9880.339.8
Hex7EB7141F0591C515028
Octal176267243701313412112050
Binary1111110101101111010011111010110011110010100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,183,20); }

 H1.HeaderClassName
 {
   color: #7EB714;
 }
 .AnyTagClassName
 {
   color: #7EB714;
 }
</style>
background-color css

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

 a { background-color: rgb(126,183,20); }

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

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

 span { border-color: rgb(126,183,20); }

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