#81EB76

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

Shades of Pastel Green #81EB76

Tints of Pastel Green #81EB76

Color information

#81EB76 (or 0x81EB76) is unknown color: approx Pastel Green. HEX triplet: 81, EB and 76. RGB value is (129,235,118). Sum of RGB (Red+Green+Blue) = 129+235+118=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #81EB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EB76 is #7E1489. Grayscale: #BEBEBE. Windows color (decimal): -8262794 or 7793537. OLE color: 7793537.

HSL color Cylindrical-coordinate representation of color #81EB76: hue angle of 114.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81EB76 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB129235118-
CMYK0.4500.500.08
HSL114.36º74.52%69.22%-
HSV(B)114.36º49.79%92.16%-
XYZ42.0365.3927.55-
YUV189.9787.3884.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 235 (92.19% from 255) = 48.76%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=26.76%
G=48.76%
B=24.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292351180.4500.500.08114.3674.5269.22
Hex81EB762D0328724b45
Octal2013531665506210162113105
Binary1000000111101011111011010110101100101000111001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,235,118); }

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

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

 a { background-color: rgb(129,235,118); }

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

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

 span { border-color: rgb(129,235,118); }

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