Html Css Color HEX #81D76D Pastel Green

📋 copy color: '#81D76D'

red 129 ◦ green 215 ◦ blue 109

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

Shades of Pastel Green #81D76D

Tints of Pastel Green #81D76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.46%

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 28.48%
G = 47.46%
B = 24.06%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#81D76D (or 0x81D76D) is known color: Pastel Green. HEX triplet: 81, D7 and 6D. RGB value is (129,215,109). Sum of RGB (Red+Green+Blue) = 129+215+109=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #81D76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D76D is #7E2892. Grayscale: #B1B1B1. Windows color (decimal): -8267923 or 7198593. OLE color: 7198593.

HSL color Cylindrical-coordinate representation of color #81D76D: hue angle of 108.68º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D76D is Cyan = 0.4, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 215 109 -
CMYK 0.4 0 0.49 0.16
HSL 108.68º 0.57% 0.64% -
HSV(B) 108.68º 0.49% 0.84% -
XYZ 36.11 54.37 23.06 -
YUV 177.2 89.51 93.62 -
System Red Green Blue C M Y K H S L
Decimal 129 215 109 0.4 0 0.49 0.16 108.68 0.57 0.64
Hex 81 D7 6D 28 0 31 10 6D 39 40
Octal 201 327 155 50 0 61 20 155 71 100
Binary 10000001 11010111 1101101 101000 0 110001 10000 1101101 111001 1000000

Color Harmonies of #81D76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D76D

Black with #81D76D

Text Example


Text Example

White with #81D76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,215,109); }

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

background-color css

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

 a { background-color: rgb(129,215,109); }

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

border-color css

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

 span { border-color: rgb(129,215,109); }

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