#7BF078

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

Shades of Pastel Green #7BF078

Tints of Pastel Green #7BF078

Color information

#7BF078 (or 0x7BF078) is unknown color: approx Pastel Green. HEX triplet: 7B, F0 and 78. RGB value is (123,240,120). Sum of RGB (Red+Green+Blue) = 123+240+120=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF078 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BF078 is #840F87. Grayscale: #BFBFBF. Windows color (decimal): -8654728 or 7925883. OLE color: 7925883.

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

Color convert

RGB123240120-
CMYK0.4900.50.06
HSL118.5º80%70.59%-
HSV(B)118.5º50%94.12%-
XYZ42.7267.8928.62-
YUV191.3487.7479.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.47%
GREEN value IS 240 (94.14% from 255) = 49.69%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=25.47%
G=49.69%
B=24.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232401200.4900.50.06118.58070.59
Hex7BF078310326765047
Octal173360170610626166120107
Binary11110111111000011110001100010110010110111011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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