#7bc820

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

Shades of Lima #7BC820

Tints of Lima #7BC820

Color information

#7BC820 (or 0x7BC820) is unknown color: approx Lima. HEX triplet: 7B, C8 and 20. RGB value is (123,200,32). Sum of RGB (Red+Green+Blue) = 123+200+32=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC820 is #8437DF. Grayscale: #9E9E9E. Windows color (decimal): -8665056 or 2148475. OLE color: 2148475.

HSL color Cylindrical-coordinate representation of color #7BC820: hue angle of 87.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BC820 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB12320032-
CMYK0.3800.840.22
HSL87.5º72.41%45.49%-
HSV(B)87.5º84%78.43%-
XYZ29.0845.628.64-
YUV157.8256.99103.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.65%
GREEN value IS 200 (78.52% from 255) = 56.34%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=34.65%
G=56.34%
B=9.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal123200320.3800.840.2287.572.4145.49
Hex7BC820260541658482d
Octal173310404601242613011055
Binary111101111001000100000100110010101001011010110001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bc820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,200,32); }

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

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

 a { background-color: rgb(123,200,32); }

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

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

 span { border-color: rgb(123,200,32); }

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