Html Css Color HEX #82EC5D Pastel Green

📋 copy color: '#82EC5D'

red 130 ◦ green 236 ◦ blue 93

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

Shades of Pastel Green #82EC5D

Tints of Pastel Green #82EC5D

RGB

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

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

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

R = 28.32%
G = 51.42%
B = 20.26%

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

#82EC5D (or 0x82EC5D) is known color: Pastel Green. HEX triplet: 82, EC and 5D. RGB value is (130,236,93). Sum of RGB (Red+Green+Blue) = 130+236+93=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EC5D is #7D13A2. Grayscale: #BCBCBC. Windows color (decimal): -8197027 or 6155394. OLE color: 6155394.

HSL color Cylindrical-coordinate representation of color #82EC5D: hue angle of 104.48º degrees, saturation: 0.79, 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 #82EC5D is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 236 93 -
CMYK 0.45 0 0.61 0.07
HSL 104.48º 0.79% 0.65% -
HSV(B) 104.48º 0.61% 0.93% -
XYZ 41.18 65.53 20.83 -
YUV 188 74.38 86.63 -
System Red Green Blue C M Y K H S L
Decimal 130 236 93 0.45 0 0.61 0.07 104.48 0.79 0.65
Hex 82 EC 5D 2D 0 3D 7 68 4F 41
Octal 202 354 135 55 0 75 7 150 117 101
Binary 10000010 11101100 1011101 101101 0 111101 111 1101000 1001111 1000001

Color Harmonies of #82EC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EC5D

Black with #82EC5D

Text Example


Text Example

White with #82EC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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