Html Css Color HEX #82E271 Pastel Green

📋 copy color: '#82E271'

red 130 ◦ green 226 ◦ blue 113

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

Shades of Pastel Green #82E271

Tints of Pastel Green #82E271

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.19%

 BLUE value IS 113 (44.53% from 255) = 24.09%

R = 27.72%
G = 48.19%
B = 24.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#82E271 (or 0x82E271) is known color: Pastel Green. HEX triplet: 82, E2 and 71. RGB value is (130,226,113). Sum of RGB (Red+Green+Blue) = 130+226+113=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #82E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E271 is #7D1D8E. Grayscale: #B8B8B8. Windows color (decimal): -8199567 or 7463554. OLE color: 7463554.

HSL color Cylindrical-coordinate representation of color #82E271: hue angle of 110.97º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82E271 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 226 113 -
CMYK 0.42 0 0.5 0.11
HSL 110.97º 0.66% 0.66% -
HSV(B) 110.97º 0.5% 0.89% -
XYZ 39.38 60.33 25.19 -
YUV 184.41 87.7 89.19 -
System Red Green Blue C M Y K H S L
Decimal 130 226 113 0.42 0 0.5 0.11 110.97 0.66 0.66
Hex 82 E2 71 2A 0 32 B 6F 42 42
Octal 202 342 161 52 0 62 13 157 102 102
Binary 10000010 11100010 1110001 101010 0 110010 1011 1101111 1000010 1000010

Color Harmonies of #82E271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E271

Black with #82E271

Text Example


Text Example

White with #82E271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,226,113); }

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

background-color css

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

 a { background-color: rgb(130,226,113); }

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

border-color css

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

 span { border-color: rgb(130,226,113); }

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