Html Css Color HEX #81DC7F Pastel Green

📋 copy color: '#81DC7F'

red 129 ◦ green 220 ◦ blue 127

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

Shades of Pastel Green #81DC7F

Tints of Pastel Green #81DC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

 BLUE value IS 127 (50% from 255) = 26.68%

R = 27.1%
G = 46.22%
B = 26.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#81DC7F (or 0x81DC7F) is known color: Pastel Green. HEX triplet: 81, DC and 7F. RGB value is (129,220,127). Sum of RGB (Red+Green+Blue) = 129+220+127=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC7F is #7E2380. Grayscale: #B6B6B6. Windows color (decimal): -8266625 or 8379521. OLE color: 8379521.

HSL color Cylindrical-coordinate representation of color #81DC7F: hue angle of 118.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DC7F is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 220 127 -
CMYK 0.41 0 0.42 0.14
HSL 118.71º 0.57% 0.68% -
HSV(B) 118.71º 0.42% 0.86% -
XYZ 38.48 57.39 29.13 -
YUV 182.19 96.85 90.06 -
System Red Green Blue C M Y K H S L
Decimal 129 220 127 0.41 0 0.42 0.14 118.71 0.57 0.68
Hex 81 DC 7F 29 0 2A E 77 39 44
Octal 201 334 177 51 0 52 16 167 71 104
Binary 10000001 11011100 1111111 101001 0 101010 1110 1110111 111001 1000100

Color Harmonies of #81DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DC7F

Black with #81DC7F

Text Example


Text Example

White with #81DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,220,127); }

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

background-color css

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

 a { background-color: rgb(129,220,127); }

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

border-color css

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

 span { border-color: rgb(129,220,127); }

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