#7BC135

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

Shades of Lima #7BC135

Tints of Lima #7BC135

Color information

#7BC135 (or 0x7BC135) is unknown color: approx Lima. HEX triplet: 7B, C1 and 35. RGB value is (123,193,53). Sum of RGB (Red+Green+Blue) = 123+193+53=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC135 is #843ECA. Grayscale: #9C9C9C. Windows color (decimal): -8666827 or 3522939. OLE color: 3522939.

HSL color Cylindrical-coordinate representation of color #7BC135: hue angle of 90º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BC135 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB12319353-
CMYK0.3600.730.24
HSL90º56.91%48.24%-
HSV(B)90º72.54%75.69%-
XYZ27.8842.6110.12-
YUV156.1169.81104.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 52.30%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=33.33%
G=52.30%
B=14.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123193530.3600.730.249056.9148.24
Hex7BC13524049185a3930
Octal17330165440111301327160
Binary11110111100000111010110010001001001110001011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,193,53); }

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

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

 a { background-color: rgb(123,193,53); }

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

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

 span { border-color: rgb(123,193,53); }

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