#7BF06B

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

Shades of Pastel Green #7BF06B

Tints of Pastel Green #7BF06B

Color information

#7BF06B (or 0x7BF06B) is unknown color: approx Pastel Green. HEX triplet: 7B, F0 and 6B. RGB value is (123,240,107). Sum of RGB (Red+Green+Blue) = 123+240+107=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF06B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BF06B is #840F94. Grayscale: #BEBEBE. Windows color (decimal): -8654741 or 7073915. OLE color: 7073915.

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

Color convert

RGB123240107-
CMYK0.4900.550.06
HSL112.78º81.6%68.04%-
HSV(B)112.78º55.42%94.12%-
XYZ41.9867.5924.74-
YUV189.8681.2480.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.17%
GREEN value IS 240 (94.14% from 255) = 51.06%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=26.17%
G=51.06%
B=22.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232401070.4900.550.06112.7881.668.04
Hex7BF06B310376715244
Octal173360153610676161122104
Binary11110111111000011010111100010110111110111000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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