Html Css Color HEX #81D76B Pastel Green

📋 copy color: '#81D76B'

red 129 ◦ green 215 ◦ blue 107

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

Shades of Pastel Green #81D76B

Tints of Pastel Green #81D76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 28.6%
G = 47.67%
B = 23.73%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#81D76B (or 0x81D76B) is known color: Pastel Green. HEX triplet: 81, D7 and 6B. RGB value is (129,215,107). Sum of RGB (Red+Green+Blue) = 129+215+107=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #81D76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D76B is #7E2894. Grayscale: #B1B1B1. Windows color (decimal): -8267925 or 7067521. OLE color: 7067521.

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

Color convert

RGB 129 215 107 -
CMYK 0.4 0 0.50 0.16
HSL 107.78º 0.57% 0.63% -
HSV(B) 107.78º 0.5% 0.84% -
XYZ 36.01 54.33 22.5 -
YUV 176.97 88.51 93.78 -
System Red Green Blue C M Y K H S L
Decimal 129 215 107 0.4 0 0.50 0.16 107.78 0.57 0.63
Hex 81 D7 6B 28 0 32 10 6C 39 3F
Octal 201 327 153 50 0 62 20 154 71 77
Binary 10000001 11010111 1101011 101000 0 110010 10000 1101100 111001 111111

Color Harmonies of #81D76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D76B

Black with #81D76B

Text Example


Text Example

White with #81D76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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