Html Css Color HEX #82DE81 Pastel Green

📋 copy color: '#82DE81'

red 130 ◦ green 222 ◦ blue 129

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

Shades of Pastel Green #82DE81

Tints of Pastel Green #82DE81

RGB

 RED value IS 130 (51.17% from 255) = 27.03%

 GREEN value IS 222 (87.11% from 255) = 46.15%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 27.03%
G = 46.15%
B = 26.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#82DE81 (or 0x82DE81) is known color: Pastel Green. HEX triplet: 82, DE and 81. RGB value is (130,222,129). Sum of RGB (Red+Green+Blue) = 130+222+129=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE81 is #7D217E. Grayscale: #B8B8B8. Windows color (decimal): -8200575 or 8511106. OLE color: 8511106.

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

Color convert

RGB 130 222 129 -
CMYK 0.41 0 0.42 0.13
HSL 119.35º 0.58% 0.69% -
HSV(B) 119.35º 0.42% 0.87% -
XYZ 39.29 58.57 30 -
YUV 183.89 97.02 89.56 -
System Red Green Blue C M Y K H S L
Decimal 130 222 129 0.41 0 0.42 0.13 119.35 0.58 0.69
Hex 82 DE 81 29 0 2A D 77 3A 45
Octal 202 336 201 51 0 52 15 167 72 105
Binary 10000010 11011110 10000001 101001 0 101010 1101 1110111 111010 1000101

Color Harmonies of #82DE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DE81

Black with #82DE81

Text Example


Text Example

White with #82DE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82DE81; }

 p { color: rgb(130,222,129); }

 H1.HeaderClassName
 {
   color: #82DE81;
 }
 .AnyTagClassName
 {
   color: #82DE81;
 }
</style>

background-color css

<style>
 a { background-color: #82DE81; }

 a { background-color: rgb(130,222,129); }

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

border-color css

<style>
 span { border-color: #82DE81; }

 span { border-color: rgb(130,222,129); }

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