Html Css Color HEX #81D96E Pastel Green

📋 copy color: '#81D96E'

red 129 ◦ green 217 ◦ blue 110

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

Shades of Pastel Green #81D96E

Tints of Pastel Green #81D96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 28.29%
G = 47.59%
B = 24.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#81D96E (or 0x81D96E) is known color: Pastel Green. HEX triplet: 81, D9 and 6E. RGB value is (129,217,110). Sum of RGB (Red+Green+Blue) = 129+217+110=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #81D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D96E is #7E2691. Grayscale: #B2B2B2. Windows color (decimal): -8267410 or 7264641. OLE color: 7264641.

HSL color Cylindrical-coordinate representation of color #81D96E: hue angle of 109.35º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D96E is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 217 110 -
CMYK 0.41 0 0.49 0.15
HSL 109.35º 0.58% 0.64% -
HSV(B) 109.35º 0.49% 0.85% -
XYZ 36.68 55.42 23.52 -
YUV 178.49 89.35 92.7 -
System Red Green Blue C M Y K H S L
Decimal 129 217 110 0.41 0 0.49 0.15 109.35 0.58 0.64
Hex 81 D9 6E 29 0 31 F 6D 3A 40
Octal 201 331 156 51 0 61 17 155 72 100
Binary 10000001 11011001 1101110 101001 0 110001 1111 1101101 111010 1000000

Color Harmonies of #81D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D96E

Black with #81D96E

Text Example


Text Example

White with #81D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,217,110); }

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

background-color css

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

 a { background-color: rgb(129,217,110); }

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

border-color css

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

 span { border-color: rgb(129,217,110); }

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