#81D67F

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

Shades of Pastel Green #81D67F

Tints of Pastel Green #81D67F

Color information

#81D67F (or 0x81D67F) is unknown color: approx Pastel Green. HEX triplet: 81, D6 and 7F. RGB value is (129,214,127). Sum of RGB (Red+Green+Blue) = 129+214+127=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #81D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D67F is #7E2980. Grayscale: #B2B2B2. Windows color (decimal): -8268161 or 8377985. OLE color: 8377985.

HSL color Cylindrical-coordinate representation of color #81D67F: hue angle of 118.62º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D67F is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB129214127-
CMYK0.4000.410.16
HSL118.62º51.48%66.86%-
HSV(B)118.62º40.65%83.92%-
XYZ36.9354.2928.61-
YUV178.6798.8492.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 214 (83.98% from 255) = 45.53%
BLUE value IS 127 (50% from 255) = 27.02%
R=27.45%
G=45.53%
B=27.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1292141270.4000.410.16118.6251.4866.86
Hex81D67F2802910773343
Octal201326177500512016763103
Binary1000000111010110111111110100001010011000011101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,214,127); }

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

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

 a { background-color: rgb(129,214,127); }

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

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

 span { border-color: rgb(129,214,127); }

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