#81E67A

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

Shades of Pastel Green #81E67A

Tints of Pastel Green #81E67A

Color information

#81E67A (or 0x81E67A) is unknown color: approx Pastel Green. HEX triplet: 81, E6 and 7A. RGB value is (129,230,122). Sum of RGB (Red+Green+Blue) = 129+230+122=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #81E67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E67A is #7E1985. Grayscale: #BBBBBB. Windows color (decimal): -8264070 or 8054401. OLE color: 8054401.

HSL color Cylindrical-coordinate representation of color #81E67A: hue angle of 116.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81E67A is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB129230122-
CMYK0.4400.470.10
HSL116.11º68.35%69.02%-
HSV(B)116.11º46.96%90.2%-
XYZ40.8662.6728.35-
YUV187.4991.0486.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 230 (90.23% from 255) = 47.82%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=26.82%
G=47.82%
B=25.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1292301220.4400.470.10116.1168.3569.02
Hex81E67A2C02FA744445
Octal2013461725405712164104105
Binary1000000111100110111101010110001011111010111010010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,230,122); }

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

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

 a { background-color: rgb(129,230,122); }

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

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

 span { border-color: rgb(129,230,122); }

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