Html Css Color HEX #81EC76 Pastel Green

📋 copy color: '#81EC76'

red 129 ◦ green 236 ◦ blue 118

#81EC76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #81EC76

Tints of Pastel Green #81EC76

RGB

 RED value IS 129 (50.78% from 255) = 26.71%

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 26.71%
G = 48.86%
B = 24.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#81EC76 (or 0x81EC76) is known color: Pastel Green. HEX triplet: 81, EC and 76. RGB value is (129,236,118). Sum of RGB (Red+Green+Blue) = 129+236+118=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC76 is #7E1389. Grayscale: #BEBEBE. Windows color (decimal): -8262538 or 7793793. OLE color: 7793793.

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

Color convert

RGB 129 236 118 -
CMYK 0.45 0 0.5 0.07
HSL 114.41º 0.76% 0.69% -
HSV(B) 114.41º 0.5% 0.93% -
XYZ 42.32 65.97 27.64 -
YUV 190.56 87.05 84.09 -
System Red Green Blue C M Y K H S L
Decimal 129 236 118 0.45 0 0.5 0.07 114.41 0.76 0.69
Hex 81 EC 76 2D 0 32 7 72 4C 45
Octal 201 354 166 55 0 62 7 162 114 105
Binary 10000001 11101100 1110110 101101 0 110010 111 1110010 1001100 1000101

Color Harmonies of #81EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EC76

Black with #81EC76

Text Example


Text Example

White with #81EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81EC76;
 }
 .AnyTagClassName
 {
   color: #81EC76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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