Html Css Color HEX #82DC70 Pastel Green

📋 copy color: '#82DC70'

red 130 ◦ green 220 ◦ blue 112

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

Shades of Pastel Green #82DC70

Tints of Pastel Green #82DC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 28.14%
G = 47.62%
B = 24.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#82DC70 (or 0x82DC70) is known color: Pastel Green. HEX triplet: 82, DC and 70. RGB value is (130,220,112). Sum of RGB (Red+Green+Blue) = 130+220+112=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC70 is #7D238F. Grayscale: #B5B5B5. Windows color (decimal): -8201104 or 7396482. OLE color: 7396482.

HSL color Cylindrical-coordinate representation of color #82DC70: hue angle of 110º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82DC70 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 112 -
CMYK 0.41 0 0.49 0.14
HSL 110º 0.61% 0.65% -
HSV(B) 110º 0.49% 0.86% -
XYZ 37.72 57.1 24.36 -
YUV 180.78 89.18 91.78 -
System Red Green Blue C M Y K H S L
Decimal 130 220 112 0.41 0 0.49 0.14 110 0.61 0.65
Hex 82 DC 70 29 0 31 E 6E 3D 41
Octal 202 334 160 51 0 61 16 156 75 101
Binary 10000010 11011100 1110000 101001 0 110001 1110 1101110 111101 1000001

Color Harmonies of #82DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC70

Black with #82DC70

Text Example


Text Example

White with #82DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,112); }

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

background-color css

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

 a { background-color: rgb(130,220,112); }

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

border-color css

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

 span { border-color: rgb(130,220,112); }

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