Html Css Color HEX #81DF80 Pastel Green

📋 copy color: '#81DF80'

red 129 ◦ green 223 ◦ blue 128

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

Shades of Pastel Green #81DF80

Tints of Pastel Green #81DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.46%

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 26.88%
G = 46.46%
B = 26.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#81DF80 (or 0x81DF80) is known color: Pastel Green. HEX triplet: 81, DF and 80. RGB value is (129,223,128). Sum of RGB (Red+Green+Blue) = 129+223+128=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DF80 is #7E207F. Grayscale: #B8B8B8. Windows color (decimal): -8265856 or 8445825. OLE color: 8445825.

HSL color Cylindrical-coordinate representation of color #81DF80: hue angle of 119.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81DF80 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 223 128 -
CMYK 0.42 0 0.43 0.13
HSL 119.37º 0.6% 0.69% -
HSV(B) 119.37º 0.43% 0.87% -
XYZ 39.34 59 29.74 -
YUV 184.06 96.36 88.72 -
System Red Green Blue C M Y K H S L
Decimal 129 223 128 0.42 0 0.43 0.13 119.37 0.6 0.69
Hex 81 DF 80 2A 0 2B D 77 3C 45
Octal 201 337 200 52 0 53 15 167 74 105
Binary 10000001 11011111 10000000 101010 0 101011 1101 1110111 111100 1000101

Color Harmonies of #81DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DF80

Black with #81DF80

Text Example


Text Example

White with #81DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,223,128); }

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

background-color css

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

 a { background-color: rgb(129,223,128); }

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

border-color css

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

 span { border-color: rgb(129,223,128); }

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