Html Css Color HEX #82D66F Pastel Green

📋 copy color: '#82D66F'

red 130 ◦ green 214 ◦ blue 111

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

Shades of Pastel Green #82D66F

Tints of Pastel Green #82D66F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

 BLUE value IS 111 (43.75% from 255) = 24.4%

R = 28.57%
G = 47.03%
B = 24.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#82D66F (or 0x82D66F) is known color: Pastel Green. HEX triplet: 82, D6 and 6F. RGB value is (130,214,111). Sum of RGB (Red+Green+Blue) = 130+214+111=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #82D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D66F is #7D2990. Grayscale: #B1B1B1. Windows color (decimal): -8202641 or 7329410. OLE color: 7329410.

HSL color Cylindrical-coordinate representation of color #82D66F: hue angle of 108.93º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82D66F is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 111 -
CMYK 0.39 0 0.48 0.16
HSL 108.93º 0.56% 0.64% -
HSV(B) 108.93º 0.48% 0.84% -
XYZ 36.12 53.99 23.56 -
YUV 177.14 90.67 94.38 -
System Red Green Blue C M Y K H S L
Decimal 130 214 111 0.39 0 0.48 0.16 108.93 0.56 0.64
Hex 82 D6 6F 27 0 30 10 6D 38 40
Octal 202 326 157 47 0 60 20 155 70 100
Binary 10000010 11010110 1101111 100111 0 110000 10000 1101101 111000 1000000

Color Harmonies of #82D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D66F

Black with #82D66F

Text Example


Text Example

White with #82D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,111); }

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

background-color css

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

 a { background-color: rgb(130,214,111); }

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

border-color css

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

 span { border-color: rgb(130,214,111); }

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