#81EC66

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

Shades of Pastel Green #81EC66

Tints of Pastel Green #81EC66

Color information

#81EC66 (or 0x81EC66) is unknown color: approx Pastel Green. HEX triplet: 81, EC and 66. RGB value is (129,236,102). Sum of RGB (Red+Green+Blue) = 129+236+102=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC66 is #7E1399. Grayscale: #BDBDBD. Windows color (decimal): -8262554 or 6745217. OLE color: 6745217.

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

Color convert

RGB129236102-
CMYK0.4500.570.07
HSL107.91º77.91%66.27%-
HSV(B)107.91º56.78%92.55%-
XYZ41.4565.6223.05-
YUV188.7379.0585.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 236 (92.58% from 255) = 50.54%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=27.62%
G=50.54%
B=21.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292361020.4500.570.07107.9177.9166.27
Hex81EC662D03976c4e42
Octal201354146550717154116102
Binary100000011110110011001101011010111001111110110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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