#81F267

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

Shades of Pastel Green #81F267

Tints of Pastel Green #81F267

Color information

#81F267 (or 0x81F267) is unknown color: approx Pastel Green. HEX triplet: 81, F2 and 67. RGB value is (129,242,103). Sum of RGB (Red+Green+Blue) = 129+242+103=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #81F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F267 is #7E0D98. Grayscale: #C0C0C0. Windows color (decimal): -8261017 or 6812289. OLE color: 6812289.

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

Color convert

RGB129242103-
CMYK0.4700.570.05
HSL108.78º84.24%67.65%-
HSV(B)108.78º57.44%94.9%-
XYZ43.2569.1523.9-
YUV192.3777.5682.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 242 (94.92% from 255) = 51.05%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=27.22%
G=51.05%
B=21.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292421030.4700.570.05108.7884.2467.65
Hex81F2672F03956d5444
Octal201362147570715155124104
Binary100000011111001011001111011110111001101110110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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