#7BFA85

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

Shades of Light Green #7BFA85

Tints of Light Green #7BFA85

Color information

#7BFA85 (or 0x7BFA85) is unknown color: approx Light Green. HEX triplet: 7B, FA and 85. RGB value is (123,250,133). Sum of RGB (Red+Green+Blue) = 123+250+133=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFA85 is #84057A. Grayscale: #C7C7C7. Windows color (decimal): -8652155 or 8780411. OLE color: 8780411.

HSL color Cylindrical-coordinate representation of color #7BFA85: hue angle of 124.72º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFA85 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB123250133-
CMYK0.5100.470.02
HSL124.72º92.7%73.14%-
HSV(B)124.72º50.8%98.04%-
XYZ46.5974.2834.07-
YUV198.6990.9274.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.31%
GREEN value IS 250 (98.05% from 255) = 49.41%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=24.31%
G=49.41%
B=26.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232501330.5100.470.02124.7292.773.14
Hex7BFA853302F27d5d49
Octal173372205630572175135111
Binary11110111111101010000101110011010111110111110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,250,133); }

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

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

 a { background-color: rgb(123,250,133); }

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

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

 span { border-color: rgb(123,250,133); }

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