#81EC64

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

Shades of Pastel Green #81EC64

Tints of Pastel Green #81EC64

Color information

#81EC64 (or 0x81EC64) is unknown color: approx Pastel Green. HEX triplet: 81, EC and 64. RGB value is (129,236,100). Sum of RGB (Red+Green+Blue) = 129+236+100=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC64 is #7E139B. Grayscale: #BCBCBC. Windows color (decimal): -8262556 or 6614145. OLE color: 6614145.

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

Color convert

RGB129236100-
CMYK0.4500.580.07
HSL107.21º78.16%65.88%-
HSV(B)107.21º57.63%92.55%-
XYZ41.3565.5822.54-
YUV188.578.0585.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 236 (92.58% from 255) = 50.75%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=27.74%
G=50.75%
B=21.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292361000.4500.580.07107.2178.1665.88
Hex81EC642D03A76b4e42
Octal201354144550727153116102
Binary100000011110110011001001011010111010111110101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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