Html Css Color HEX #82EA69 Pastel Green

📋 copy color: '#82EA69'

red 130 ◦ green 234 ◦ blue 105

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

Shades of Pastel Green #82EA69

Tints of Pastel Green #82EA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 27.72%
G = 49.89%
B = 22.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#82EA69 (or 0x82EA69) is known color: Pastel Green. HEX triplet: 82, EA and 69. RGB value is (130,234,105). Sum of RGB (Red+Green+Blue) = 130+234+105=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA69 is #7D1596. Grayscale: #BCBCBC. Windows color (decimal): -8197527 or 6941314. OLE color: 6941314.

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

Color convert

RGB 130 234 105 -
CMYK 0.44 0 0.55 0.08
HSL 108.37º 0.75% 0.66% -
HSV(B) 108.37º 0.55% 0.92% -
XYZ 41.18 64.61 23.67 -
YUV 188.2 81.04 86.49 -
System Red Green Blue C M Y K H S L
Decimal 130 234 105 0.44 0 0.55 0.08 108.37 0.75 0.66
Hex 82 EA 69 2C 0 37 8 6C 4B 42
Octal 202 352 151 54 0 67 10 154 113 102
Binary 10000010 11101010 1101001 101100 0 110111 1000 1101100 1001011 1000010

Color Harmonies of #82EA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA69

Black with #82EA69

Text Example


Text Example

White with #82EA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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