#7BF06A

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

Shades of Pastel Green #7BF06A

Tints of Pastel Green #7BF06A

Color information

#7BF06A (or 0x7BF06A) is unknown color: approx Pastel Green. HEX triplet: 7B, F0 and 6A. RGB value is (123,240,106). Sum of RGB (Red+Green+Blue) = 123+240+106=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF06A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BF06A is #840F95. Grayscale: #BEBEBE. Windows color (decimal): -8654742 or 7008379. OLE color: 7008379.

HSL color Cylindrical-coordinate representation of color #7BF06A: hue angle of 112.39º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BF06A is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB123240106-
CMYK0.4900.560.06
HSL112.39º81.71%67.84%-
HSV(B)112.39º55.83%94.12%-
XYZ41.9367.5724.47-
YUV189.7480.7480.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 240 (94.14% from 255) = 51.17%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=26.23%
G=51.17%
B=22.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232401060.4900.560.06112.3981.7167.84
Hex7BF06A310386705244
Octal173360152610706160122104
Binary11110111111000011010101100010111000110111000010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,240,106); }

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

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

 a { background-color: rgb(123,240,106); }

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

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

 span { border-color: rgb(123,240,106); }

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