#7BE164

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

Shades of Pastel Green #7BE164

Tints of Pastel Green #7BE164

Color information

#7BE164 (or 0x7BE164) is unknown color: approx Pastel Green. HEX triplet: 7B, E1 and 64. RGB value is (123,225,100). Sum of RGB (Red+Green+Blue) = 123+225+100=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BE164 is #841E9B. Grayscale: #B4B4B4. Windows color (decimal): -8658588 or 6611323. OLE color: 6611323.

HSL color Cylindrical-coordinate representation of color #7BE164: hue angle of 108.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BE164 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB123225100-
CMYK0.4500.560.12
HSL108.96º67.57%63.73%-
HSV(B)108.96º55.56%88.24%-
XYZ37.3958.9821.47-
YUV180.2582.7187.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.46%
GREEN value IS 225 (88.28% from 255) = 50.22%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=27.46%
G=50.22%
B=22.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232251000.4500.560.12108.9667.5763.73
Hex7BE1642D038C6d4440
Octal1733411445507014155104100
Binary111101111100001110010010110101110001100110110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,225,100); }

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

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

 a { background-color: rgb(123,225,100); }

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

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

 span { border-color: rgb(123,225,100); }

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