#7BF2A4

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

Shades of Light Green #7BF2A4

Tints of Light Green #7BF2A4

Color information

#7BF2A4 (or 0x7BF2A4) is unknown color: approx Light Green. HEX triplet: 7B, F2 and A4. RGB value is (123,242,164). Sum of RGB (Red+Green+Blue) = 123+242+164=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF2A4 is #840D5B. Grayscale: #C5C5C5. Windows color (decimal): -8654172 or 10809979. OLE color: 10809979.

HSL color Cylindrical-coordinate representation of color #7BF2A4: hue angle of 140.67º 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 #7BF2A4 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB123242164-
CMYK0.4900.320.05
HSL140.67º82.07%71.57%-
HSV(B)140.67º49.17%94.9%-
XYZ46.6270.446.25-
YUV197.53109.0874.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.25%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=23.25%
G=45.75%
B=31.00%

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
Decimal1232421640.4900.320.05140.6782.0771.57
Hex7BF2A43102058d5248
Octal173362244610405215122110
Binary1111011111100101010010011000101000001011000110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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