Html Css Color HEX #81DD7D Pastel Green

📋 copy color: '#81DD7D'

red 129 ◦ green 221 ◦ blue 125

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

Shades of Pastel Green #81DD7D

Tints of Pastel Green #81DD7D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 27.16%
G = 46.53%
B = 26.32%

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

#81DD7D (or 0x81DD7D) is known color: Pastel Green. HEX triplet: 81, DD and 7D. RGB value is (129,221,125). Sum of RGB (Red+Green+Blue) = 129+221+125=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD7D is #7E2282. Grayscale: #B6B6B6. Windows color (decimal): -8266371 or 8248705. OLE color: 8248705.

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

Color convert

RGB 129 221 125 -
CMYK 0.42 0 0.43 0.13
HSL 117.5º 0.59% 0.68% -
HSV(B) 117.5º 0.43% 0.87% -
XYZ 38.61 57.86 28.54 -
YUV 182.55 95.52 89.81 -
System Red Green Blue C M Y K H S L
Decimal 129 221 125 0.42 0 0.43 0.13 117.5 0.59 0.68
Hex 81 DD 7D 2A 0 2B D 76 3B 44
Octal 201 335 175 52 0 53 15 166 73 104
Binary 10000001 11011101 1111101 101010 0 101011 1101 1110110 111011 1000100

Color Harmonies of #81DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DD7D

Black with #81DD7D

Text Example


Text Example

White with #81DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,221,125); }

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

background-color css

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

 a { background-color: rgb(129,221,125); }

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

border-color css

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

 span { border-color: rgb(129,221,125); }

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