Html Css Color HEX #82E166 Pastel Green

📋 copy color: '#82E166'

red 130 ◦ green 225 ◦ blue 102

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

Shades of Pastel Green #82E166

Tints of Pastel Green #82E166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 28.45%
G = 49.23%
B = 22.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#82E166 (or 0x82E166) is known color: Pastel Green. HEX triplet: 82, E1 and 66. RGB value is (130,225,102). Sum of RGB (Red+Green+Blue) = 130+225+102=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #82E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E166 is #7D1E99. Grayscale: #B6B6B6. Windows color (decimal): -8199834 or 6742402. OLE color: 6742402.

HSL color Cylindrical-coordinate representation of color #82E166: hue angle of 106.34º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82E166 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 225 102 -
CMYK 0.42 0 0.55 0.12
HSL 106.34º 0.67% 0.64% -
HSV(B) 106.34º 0.55% 0.88% -
XYZ 38.53 59.56 22.04 -
YUV 182.57 82.53 90.5 -
System Red Green Blue C M Y K H S L
Decimal 130 225 102 0.42 0 0.55 0.12 106.34 0.67 0.64
Hex 82 E1 66 2A 0 37 C 6A 43 40
Octal 202 341 146 52 0 67 14 152 103 100
Binary 10000010 11100001 1100110 101010 0 110111 1100 1101010 1000011 1000000

Color Harmonies of #82E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E166

Black with #82E166

Text Example


Text Example

White with #82E166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,225,102); }

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

background-color css

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

 a { background-color: rgb(130,225,102); }

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

border-color css

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

 span { border-color: rgb(130,225,102); }

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