Html Css Color HEX #82CE71 Pastel Green

📋 copy color: '#82CE71'

red 130 ◦ green 206 ◦ blue 113

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

Shades of Pastel Green #82CE71

Tints of Pastel Green #82CE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 28.95%
G = 45.88%
B = 25.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#82CE71 (or 0x82CE71) is known color: Pastel Green. HEX triplet: 82, CE and 71. RGB value is (130,206,113). Sum of RGB (Red+Green+Blue) = 130+206+113=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE71 is #7D318E. Grayscale: #ACACAC. Windows color (decimal): -8204687 or 7458434. OLE color: 7458434.

HSL color Cylindrical-coordinate representation of color #82CE71: hue angle of 109.03º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82CE71 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 113 -
CMYK 0.37 0 0.45 0.19
HSL 109.03º 0.49% 0.63% -
HSV(B) 109.03º 0.45% 0.81% -
XYZ 34.26 50.08 23.48 -
YUV 172.67 94.32 97.56 -
System Red Green Blue C M Y K H S L
Decimal 130 206 113 0.37 0 0.45 0.19 109.03 0.49 0.63
Hex 82 CE 71 25 0 2D 13 6D 31 3F
Octal 202 316 161 45 0 55 23 155 61 77
Binary 10000010 11001110 1110001 100101 0 101101 10011 1101101 110001 111111

Color Harmonies of #82CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE71

Black with #82CE71

Text Example


Text Example

White with #82CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,206,113); }

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

background-color css

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

 a { background-color: rgb(130,206,113); }

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

border-color css

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

 span { border-color: rgb(130,206,113); }

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