#82F369

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

Shades of Pastel Green #82F369

Tints of Pastel Green #82F369

Color information

#82F369 (or 0x82F369) is unknown color: approx Pastel Green. HEX triplet: 82, F3 and 69. RGB value is (130,243,105). Sum of RGB (Red+Green+Blue) = 130+243+105=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #82F369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F369 is #7D0C96. Grayscale: #C1C1C1. Windows color (decimal): -8195223 or 6943618. OLE color: 6943618.

HSL color Cylindrical-coordinate representation of color #82F369: hue angle of 109.13º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82F369 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB130243105-
CMYK0.4700.570.05
HSL109.13º85.19%68.24%-
HSV(B)109.13º56.79%95.29%-
XYZ43.8169.8724.54-
YUV193.4878.0682.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 243 (95.31% from 255) = 50.84%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=27.20%
G=50.84%
B=21.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302431050.4700.570.05109.1385.1968.24
Hex82F3692F03956d5544
Octal202363151570715155125104
Binary100000101111001111010011011110111001101110110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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