Html Css Color HEX #82EC62 Pastel Green

📋 copy color: '#82EC62'

red 130 ◦ green 236 ◦ blue 98

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

Shades of Pastel Green #82EC62

Tints of Pastel Green #82EC62

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.86%

 BLUE value IS 98 (38.67% from 255) = 21.12%

R = 28.02%
G = 50.86%
B = 21.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#82EC62 (or 0x82EC62) is known color: Pastel Green. HEX triplet: 82, EC and 62. RGB value is (130,236,98). Sum of RGB (Red+Green+Blue) = 130+236+98=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EC62 is #7D139D. Grayscale: #BDBDBD. Windows color (decimal): -8197022 or 6483074. OLE color: 6483074.

HSL color Cylindrical-coordinate representation of color #82EC62: hue angle of 106.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82EC62 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 236 98 -
CMYK 0.45 0 0.58 0.07
HSL 106.09º 0.78% 0.65% -
HSV(B) 106.09º 0.58% 0.93% -
XYZ 41.41 65.62 22.04 -
YUV 188.57 76.88 86.22 -
System Red Green Blue C M Y K H S L
Decimal 130 236 98 0.45 0 0.58 0.07 106.09 0.78 0.65
Hex 82 EC 62 2D 0 3A 7 6A 4E 41
Octal 202 354 142 55 0 72 7 152 116 101
Binary 10000010 11101100 1100010 101101 0 111010 111 1101010 1001110 1000001

Color Harmonies of #82EC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EC62

Black with #82EC62

Text Example


Text Example

White with #82EC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,236,98); }

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

background-color css

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

 a { background-color: rgb(130,236,98); }

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

border-color css

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

 span { border-color: rgb(130,236,98); }

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