#82CE70

Color #82CE70 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #82CE70

Tints of Pastel Green #82CE70

Color information

#82CE70 (or 0x82CE70) is unknown color: approx Pastel Green. HEX triplet: 82, CE and 70. RGB value is (130,206,112). Sum of RGB (Red+Green+Blue) = 130+206+112=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE70 is #7D318F. Grayscale: #ACACAC. Windows color (decimal): -8204688 or 7392898. OLE color: 7392898.

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

Color convert

RGB130206112-
CMYK0.3700.460.19
HSL108.51º48.96%62.35%-
HSV(B)108.51º45.63%80.78%-
XYZ34.250.0623.19-
YUV172.5693.8297.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 206 (80.86% from 255) = 45.98%
BLUE value IS 112 (44.14% from 255) = 25%
R=29.02%
G=45.98%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302061120.3700.460.19108.5148.9662.35
Hex82CE702502E136d313e
Octal20231616045056231556176
Binary100000101100111011100001001010101110100111101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82CE70;
 }
 .AnyTagClassName
 {
   color: #82CE70;
 }
</style>
background-color css

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

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

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

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

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

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