#81F882

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

Shades of Light Green #81F882

Tints of Light Green #81F882

Color information

#81F882 (or 0x81F882) is unknown color: approx Light Green. HEX triplet: 81, F8 and 82. RGB value is (129,248,130). Sum of RGB (Red+Green+Blue) = 129+248+130=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #81F882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F882 is #7E077D. Grayscale: #C7C7C7. Windows color (decimal): -8259454 or 8583297. OLE color: 8583297.

HSL color Cylindrical-coordinate representation of color #81F882: hue angle of 120.5º degrees, saturation: 0.89, 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 #81F882 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB129248130-
CMYK0.4800.480.03
HSL120.5º89.47%73.92%-
HSV(B)120.5º47.98%97.25%-
XYZ46.6573.4132.83-
YUV198.9789.0878.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.44%
GREEN value IS 248 (97.27% from 255) = 48.92%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=25.44%
G=48.92%
B=25.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1292481300.4800.480.03120.589.4773.92
Hex81F88230030379594a
Octal201370202600603171131112
Binary100000011111100010000010110000011000011111100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,248,130); }

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

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

 a { background-color: rgb(129,248,130); }

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

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

 span { border-color: rgb(129,248,130); }

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