#81E785

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

Shades of Light Green #81E785

Tints of Light Green #81E785

Color information

#81E785 (or 0x81E785) is unknown color: approx Light Green. HEX triplet: 81, E7 and 85. RGB value is (129,231,133). Sum of RGB (Red+Green+Blue) = 129+231+133=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #81E785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81E785 is #7E187A. Grayscale: #BDBDBD. Windows color (decimal): -8263803 or 8775553. OLE color: 8775553.

HSL color Cylindrical-coordinate representation of color #81E785: hue angle of 122.35º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E785 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB129231133-
CMYK0.4400.420.09
HSL122.35º68%70.59%-
HSV(B)122.35º44.16%90.59%-
XYZ41.8663.5132.24-
YUV189.3396.2184.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=26.17%
G=46.86%
B=26.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292311330.4400.420.09122.356870.59
Hex81E7852C02A97a4447
Octal2013472055405211172104107
Binary10000001111001111000010110110001010101001111101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,231,133); }

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

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

 a { background-color: rgb(129,231,133); }

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

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

 span { border-color: rgb(129,231,133); }

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