#7BF077

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

Shades of Pastel Green #7BF077

Tints of Pastel Green #7BF077

Color information

#7BF077 (or 0x7BF077) is unknown color: approx Pastel Green. HEX triplet: 7B, F0 and 77. RGB value is (123,240,119). Sum of RGB (Red+Green+Blue) = 123+240+119=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF077 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BF077 is #840F88. Grayscale: #BFBFBF. Windows color (decimal): -8654729 or 7860347. OLE color: 7860347.

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

Color convert

RGB123240119-
CMYK0.4900.500.06
HSL118.02º80.13%70.39%-
HSV(B)118.02º50.42%94.12%-
XYZ42.6667.8628.3-
YUV191.2287.2479.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.52%
GREEN value IS 240 (94.14% from 255) = 49.79%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=25.52%
G=49.79%
B=24.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232401190.4900.500.06118.0280.1370.39
Hex7BF077310326765046
Octal173360167610626166120106
Binary11110111111000011101111100010110010110111011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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