#81F7A0

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

Shades of Light Green #81F7A0

Tints of Light Green #81F7A0

Color information

#81F7A0 (or 0x81F7A0) is unknown color: approx Light Green. HEX triplet: 81, F7 and A0. RGB value is (129,247,160). Sum of RGB (Red+Green+Blue) = 129+247+160=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #81F7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F7A0 is #7E085F. Grayscale: #CACACA. Windows color (decimal): -8259680 or 10549121. OLE color: 10549121.

HSL color Cylindrical-coordinate representation of color #81F7A0: hue angle of 135.76º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F7A0 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB129247160-
CMYK0.4800.350.03
HSL135.76º88.06%73.73%-
HSV(B)135.76º47.77%96.86%-
XYZ48.6673.7344.92-
YUV201.8104.4176.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 247 (96.88% from 255) = 46.08%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=24.07%
G=46.08%
B=29.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292471600.4800.350.03135.7688.0673.73
Hex81F7A030023388584a
Octal201367240600433210130112
Binary1000000111110111101000001100000100011111000100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81F7A0; }

 p { color: rgb(129,247,160); }

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

<style>
 a { background-color: #81F7A0; }

 a { background-color: rgb(129,247,160); }

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

<style>
 span { border-color: #81F7A0; }

 span { border-color: rgb(129,247,160); }

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