Html Css Color HEX #82ED65 Pastel Green

📋 copy color: '#82ED65'

red 130 ◦ green 237 ◦ blue 101

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

Shades of Pastel Green #82ED65

Tints of Pastel Green #82ED65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 27.78%
G = 50.64%
B = 21.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#82ED65 (or 0x82ED65) is known color: Pastel Green. HEX triplet: 82, ED and 65. RGB value is (130,237,101). Sum of RGB (Red+Green+Blue) = 130+237+101=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82ED65 is #7D129A. Grayscale: #BDBDBD. Windows color (decimal): -8196763 or 6679938. OLE color: 6679938.

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

Color convert

RGB 130 237 101 -
CMYK 0.45 0 0.57 0.07
HSL 107.21º 0.79% 0.66% -
HSV(B) 107.21º 0.57% 0.93% -
XYZ 41.84 66.25 22.9 -
YUV 189.5 78.05 85.56 -
System Red Green Blue C M Y K H S L
Decimal 130 237 101 0.45 0 0.57 0.07 107.21 0.79 0.66
Hex 82 ED 65 2D 0 39 7 6B 4F 42
Octal 202 355 145 55 0 71 7 153 117 102
Binary 10000010 11101101 1100101 101101 0 111001 111 1101011 1001111 1000010

Color Harmonies of #82ED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ED65

Black with #82ED65

Text Example


Text Example

White with #82ED65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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