#81F266

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

Shades of Pastel Green #81F266

Tints of Pastel Green #81F266

Color information

#81F266 (or 0x81F266) is unknown color: approx Pastel Green. HEX triplet: 81, F2 and 66. RGB value is (129,242,102). Sum of RGB (Red+Green+Blue) = 129+242+102=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #81F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F266 is #7E0D99. Grayscale: #C0C0C0. Windows color (decimal): -8261018 or 6746753. OLE color: 6746753.

HSL color Cylindrical-coordinate representation of color #81F266: hue angle of 108.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81F266 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB129242102-
CMYK0.4700.580.05
HSL108.43º84.34%67.45%-
HSV(B)108.43º57.85%94.9%-
XYZ43.269.1323.64-
YUV192.2577.0682.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 242 (94.92% from 255) = 51.16%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=27.27%
G=51.16%
B=21.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292421020.4700.580.05108.4384.3467.45
Hex81F2662F03A56c5443
Octal201362146570725154124103
Binary100000011111001011001101011110111010101110110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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