#7BF2A5

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

Shades of Light Green #7BF2A5

Tints of Light Green #7BF2A5

Color information

#7BF2A5 (or 0x7BF2A5) is unknown color: approx Light Green. HEX triplet: 7B, F2 and A5. RGB value is (123,242,165). Sum of RGB (Red+Green+Blue) = 123+242+165=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF2A5 is #840D5A. Grayscale: #C5C5C5. Windows color (decimal): -8654171 or 10875515. OLE color: 10875515.

HSL color Cylindrical-coordinate representation of color #7BF2A5: hue angle of 141.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2A5 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB123242165-
CMYK0.4900.320.05
HSL141.18º82.07%71.57%-
HSV(B)141.18º49.17%94.9%-
XYZ46.7170.4346.73-
YUV197.64109.5874.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 242 (94.92% from 255) = 45.66%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=23.21%
G=45.66%
B=31.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232421650.4900.320.05141.1882.0771.57
Hex7BF2A53102058d5248
Octal173362245610405215122110
Binary1111011111100101010010111000101000001011000110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,242,165); }

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

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

 a { background-color: rgb(123,242,165); }

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

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

 span { border-color: rgb(123,242,165); }

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