#81F380

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

Shades of Light Green #81F380

Tints of Light Green #81F380

Color information

#81F380 (or 0x81F380) is unknown color: approx Light Green. HEX triplet: 81, F3 and 80. RGB value is (129,243,128). Sum of RGB (Red+Green+Blue) = 129+243+128=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #81F380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F380 is #7E0C7F. Grayscale: #C4C4C4. Windows color (decimal): -8260736 or 8450945. OLE color: 8450945.

HSL color Cylindrical-coordinate representation of color #81F380: hue angle of 119.48º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F380 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB129243128-
CMYK0.4700.470.05
HSL119.48º82.73%72.75%-
HSV(B)119.48º47.33%95.29%-
XYZ4570.3331.62-
YUV195.889.7380.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 243 (95.31% from 255) = 48.6%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=25.8%
G=48.6%
B=25.6%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292431280.4700.470.05119.4882.7372.75
Hex81F3802F02F5775349
Octal201363200570575167123111
Binary1000000111110011100000001011110101111101111011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,243,128); }

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

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

 a { background-color: rgb(129,243,128); }

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

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

 span { border-color: rgb(129,243,128); }

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