#81EC6A

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

Shades of Pastel Green #81EC6A

Tints of Pastel Green #81EC6A

Color information

#81EC6A (or 0x81EC6A) is unknown color: approx Pastel Green. HEX triplet: 81, EC and 6A. RGB value is (129,236,106). Sum of RGB (Red+Green+Blue) = 129+236+106=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC6A is #7E1395. Grayscale: #BDBDBD. Windows color (decimal): -8262550 or 7007361. OLE color: 7007361.

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

Color convert

RGB129236106-
CMYK0.4500.550.07
HSL109.38º77.38%67.06%-
HSV(B)109.38º55.08%92.55%-
XYZ41.6565.724.12-
YUV189.1981.0585.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 236 (92.58% from 255) = 50.11%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=27.39%
G=50.11%
B=22.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292361060.4500.550.07109.3877.3867.06
Hex81EC6A2D03776d4d43
Octal201354152550677155115103
Binary100000011110110011010101011010110111111110110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,236,106); }

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

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

 a { background-color: rgb(129,236,106); }

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

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

 span { border-color: rgb(129,236,106); }

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