#7BCA10

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

Shades of Lima #7BCA10

Tints of Lima #7BCA10

Color information

#7BCA10 (or 0x7BCA10) is unknown color: approx Lima. HEX triplet: 7B, CA and 10. RGB value is (123,202,16). Sum of RGB (Red+Green+Blue) = 123+202+16=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCA10 is #8435EF. Grayscale: #9D9D9D. Windows color (decimal): -8664560 or 1100411. OLE color: 1100411.

HSL color Cylindrical-coordinate representation of color #7BCA10: hue angle of 85.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BCA10 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB12320216-
CMYK0.3900.920.21
HSL85.48º85.32%42.75%-
HSV(B)85.48º92.08%79.22%-
XYZ29.3846.497.91-
YUV157.1848.33103.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.07%
GREEN value IS 202 (79.30% from 255) = 59.24%
BLUE value IS 16 (6.64% from 255) = 4.69%
R=36.07%
G=59.24%
B=4.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123202160.3900.920.2185.4885.3242.75
Hex7BCA102705C1555552b
Octal173312204701342512512553
Binary11110111100101010000100111010111001010110101011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,202,16); }

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

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

 a { background-color: rgb(123,202,16); }

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

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

 span { border-color: rgb(123,202,16); }

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