Html Css Color HEX #81E184 Pastel Green

📋 copy color: '#81E184'

red 129 ◦ green 225 ◦ blue 132

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

Shades of Pastel Green #81E184

Tints of Pastel Green #81E184

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 26.54%
G = 46.3%
B = 27.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#81E184 (or 0x81E184) is known color: Pastel Green. HEX triplet: 81, E1 and 84. RGB value is (129,225,132). Sum of RGB (Red+Green+Blue) = 129+225+132=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #81E184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81E184 is #7E1E7B. Grayscale: #B9B9B9. Windows color (decimal): -8265340 or 8708481. OLE color: 8708481.

HSL color Cylindrical-coordinate representation of color #81E184: hue angle of 121.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81E184 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 225 132 -
CMYK 0.43 0 0.41 0.12
HSL 121.88º 0.62% 0.69% -
HSV(B) 121.88º 0.43% 0.88% -
XYZ 40.14 60.18 31.33 -
YUV 185.69 97.7 87.56 -
System Red Green Blue C M Y K H S L
Decimal 129 225 132 0.43 0 0.41 0.12 121.88 0.62 0.69
Hex 81 E1 84 2B 0 29 C 7A 3E 45
Octal 201 341 204 53 0 51 14 172 76 105
Binary 10000001 11100001 10000100 101011 0 101001 1100 1111010 111110 1000101

Color Harmonies of #81E184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E184

Black with #81E184

Text Example


Text Example

White with #81E184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,225,132); }

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

background-color css

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

 a { background-color: rgb(129,225,132); }

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

border-color css

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

 span { border-color: rgb(129,225,132); }

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