Html Css Color HEX #82ED5D Pastel Green

📋 copy color: '#82ED5D'

red 130 ◦ green 237 ◦ blue 93

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

Shades of Pastel Green #82ED5D

Tints of Pastel Green #82ED5D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.52%

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 28.26%
G = 51.52%
B = 20.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#82ED5D (or 0x82ED5D) is known color: Pastel Green. HEX triplet: 82, ED and 5D. RGB value is (130,237,93). Sum of RGB (Red+Green+Blue) = 130+237+93=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82ED5D is #7D12A2. Grayscale: #BDBDBD. Windows color (decimal): -8196771 or 6155650. OLE color: 6155650.

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

Color convert

RGB 130 237 93 -
CMYK 0.45 0 0.61 0.07
HSL 104.58º 0.8% 0.65% -
HSV(B) 104.58º 0.61% 0.93% -
XYZ 41.47 66.1 20.93 -
YUV 188.59 74.05 86.21 -
System Red Green Blue C M Y K H S L
Decimal 130 237 93 0.45 0 0.61 0.07 104.58 0.8 0.65
Hex 82 ED 5D 2D 0 3D 7 69 50 41
Octal 202 355 135 55 0 75 7 151 120 101
Binary 10000010 11101101 1011101 101101 0 111101 111 1101001 1010000 1000001

Color Harmonies of #82ED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ED5D

Black with #82ED5D

Text Example


Text Example

White with #82ED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,237,93); }

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

background-color css

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

 a { background-color: rgb(130,237,93); }

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

border-color css

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

 span { border-color: rgb(130,237,93); }

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