#82F060

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

Shades of Pastel Green #82F060

Tints of Pastel Green #82F060

Color information

#82F060 (or 0x82F060) is unknown color: approx Pastel Green. HEX triplet: 82, F0 and 60. RGB value is (130,240,96). Sum of RGB (Red+Green+Blue) = 130+240+96=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #82F060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F060 is #7D0F9F. Grayscale: #BFBFBF. Windows color (decimal): -8196000 or 6353026. OLE color: 6353026.

HSL color Cylindrical-coordinate representation of color #82F060: hue angle of 105.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82F060 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB13024096-
CMYK0.4600.60.06
HSL105.83º82.76%65.88%-
HSV(B)105.83º60%94.12%-
XYZ42.4867.9121.94-
YUV190.6974.5684.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 240 (94.14% from 255) = 51.50%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=27.90%
G=51.50%
B=20.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130240960.4600.60.06105.8382.7665.88
Hex82F0602E03C66a5342
Octal202360140560746152123102
Binary100000101111000011000001011100111100110110101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,240,96); }

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

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

 a { background-color: rgb(130,240,96); }

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

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

 span { border-color: rgb(130,240,96); }

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