#82df69

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

Shades of Pastel Green #82DF69

Tints of Pastel Green #82DF69

Color information

#82DF69 (or 0x82DF69) is unknown color: approx Pastel Green. HEX triplet: 82, DF and 69. RGB value is (130,223,105). Sum of RGB (Red+Green+Blue) = 130+223+105=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF69 is #7D2096. Grayscale: #B6B6B6. Windows color (decimal): -8200343 or 6938498. OLE color: 6938498.

HSL color Cylindrical-coordinate representation of color #82DF69: hue angle of 107.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82DF69 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB130223105-
CMYK0.4200.530.13
HSL107.29º64.84%64.31%-
HSV(B)107.29º52.91%87.45%-
XYZ38.1458.5422.65-
YUV181.7484.6991.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.38%
GREEN value IS 223 (87.5% from 255) = 48.69%
BLUE value IS 105 (41.41% from 255) = 22.93%
R=28.38%
G=48.69%
B=22.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231050.4200.530.13107.2964.8464.31
Hex82DF692A035D6b4140
Octal2023371515206515153101100
Binary1000001011011111110100110101001101011101110101110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82df69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,105); }

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

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

 a { background-color: rgb(130,223,105); }

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

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

 span { border-color: rgb(130,223,105); }

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