Html Css Color HEX #82EA61 Pastel Green

📋 copy color: '#82EA61'

red 130 ◦ green 234 ◦ blue 97

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

Shades of Pastel Green #82EA61

Tints of Pastel Green #82EA61

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.76%

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 28.2%
G = 50.76%
B = 21.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#82EA61 (or 0x82EA61) is known color: Pastel Green. HEX triplet: 82, EA and 61. RGB value is (130,234,97). Sum of RGB (Red+Green+Blue) = 130+234+97=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA61 is #7D159E. Grayscale: #BBBBBB. Windows color (decimal): -8197535 or 6417026. OLE color: 6417026.

HSL color Cylindrical-coordinate representation of color #82EA61: hue angle of 105.55º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82EA61 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 97 -
CMYK 0.44 0 0.59 0.08
HSL 105.55º 0.77% 0.65% -
HSV(B) 105.55º 0.59% 0.92% -
XYZ 40.79 64.45 21.6 -
YUV 187.29 77.04 87.14 -
System Red Green Blue C M Y K H S L
Decimal 130 234 97 0.44 0 0.59 0.08 105.55 0.77 0.65
Hex 82 EA 61 2C 0 3B 8 6A 4D 41
Octal 202 352 141 54 0 73 10 152 115 101
Binary 10000010 11101010 1100001 101100 0 111011 1000 1101010 1001101 1000001

Color Harmonies of #82EA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA61

Black with #82EA61

Text Example


Text Example

White with #82EA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,234,97); }

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

background-color css

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

 a { background-color: rgb(130,234,97); }

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

border-color css

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

 span { border-color: rgb(130,234,97); }

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