#82F267

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

Shades of Pastel Green #82F267

Tints of Pastel Green #82F267

Color information

#82F267 (or 0x82F267) is unknown color: approx Pastel Green. HEX triplet: 82, F2 and 67. RGB value is (130,242,103). Sum of RGB (Red+Green+Blue) = 130+242+103=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #82F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F267 is #7D0D98. Grayscale: #C1C1C1. Windows color (decimal): -8195481 or 6812290. OLE color: 6812290.

HSL color Cylindrical-coordinate representation of color #82F267: hue angle of 108.35º degrees, saturation: 0.84, 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 #82F267 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB130242103-
CMYK0.4600.570.05
HSL108.35º84.24%67.65%-
HSV(B)108.35º57.44%94.9%-
XYZ43.4169.2323.91-
YUV192.6777.3983.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 242 (94.92% from 255) = 50.95%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=27.37%
G=50.95%
B=21.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302421030.4600.570.05108.3584.2467.65
Hex82F2672E03956c5444
Octal202362147560715154124104
Binary100000101111001011001111011100111001101110110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,242,103); }

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

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

 a { background-color: rgb(130,242,103); }

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

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

 span { border-color: rgb(130,242,103); }

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