#7EBD0C

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

Shades of Lima #7EBD0C

Tints of Lima #7EBD0C

Color information

#7EBD0C (or 0x7EBD0C) is unknown color: approx Lima. HEX triplet: 7E, BD and 0C. RGB value is (126,189,12). Sum of RGB (Red+Green+Blue) = 126+189+12=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBD0C is #8142F3. Grayscale: #969696. Windows color (decimal): -8471284 or 834942. OLE color: 834942.

HSL color Cylindrical-coordinate representation of color #7EBD0C: hue angle of 81.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7EBD0C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB12618912-
CMYK0.3300.940.26
HSL81.36º88.06%39.41%-
HSV(B)81.36º93.65%74.12%-
XYZ26.8740.866.82-
YUV149.9850.13110.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 189 (74.22% from 255) = 57.80%
BLUE value IS 12 (5.08% from 255) = 3.67%
R=38.53%
G=57.80%
B=3.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126189120.3300.940.2681.3688.0639.41
Hex7EBDC2105E1A515827
Octal176275144101363212113047
Binary1111110101111011100100001010111101101010100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,12); }

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

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

 a { background-color: rgb(126,189,12); }

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

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

 span { border-color: rgb(126,189,12); }

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