#81EE7A

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

Shades of Pastel Green #81EE7A

Tints of Pastel Green #81EE7A

Color information

#81EE7A (or 0x81EE7A) is unknown color: approx Pastel Green. HEX triplet: 81, EE and 7A. RGB value is (129,238,122). Sum of RGB (Red+Green+Blue) = 129+238+122=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #81EE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EE7A is #7E1185. Grayscale: #C0C0C0. Windows color (decimal): -8262022 or 8056449. OLE color: 8056449.

HSL color Cylindrical-coordinate representation of color #81EE7A: hue angle of 116.38º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81EE7A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB129238122-
CMYK0.4600.490.07
HSL116.38º77.33%70.59%-
HSV(B)116.38º48.74%93.33%-
XYZ43.1467.2229.11-
YUV192.1888.3982.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 238 (93.36% from 255) = 48.67%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=26.38%
G=48.67%
B=24.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292381220.4600.490.07116.3877.3370.59
Hex81EE7A2E0317744d47
Octal201356172560617164115107
Binary100000011110111011110101011100110001111111010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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