#82FBA1

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

Shades of Pale Green #82FBA1

Tints of Pale Green #82FBA1

Color information

#82FBA1 (or 0x82FBA1) is unknown color: approx Pale Green. HEX triplet: 82, FB and A1. RGB value is (130,251,161). Sum of RGB (Red+Green+Blue) = 130+251+161=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FBA1 is #7D045E. Grayscale: #CCCCCC. Windows color (decimal): -8193119 or 10615682. OLE color: 10615682.

HSL color Cylindrical-coordinate representation of color #82FBA1: hue angle of 135.37º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FBA1 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB130251161-
CMYK0.4800.360.02
HSL135.37º93.8%74.71%-
HSV(B)135.37º48.21%98.43%-
XYZ50.1476.3145.81-
YUV204.56103.4174.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.99%
GREEN value IS 251 (98.44% from 255) = 46.31%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=23.99%
G=46.31%
B=29.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302511610.4800.360.02135.3793.874.71
Hex82FBA1300242875e4b
Octal202373241600442207136113
Binary1000001011111011101000011100000100100101000011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,251,161); }

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

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

 a { background-color: rgb(130,251,161); }

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

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

 span { border-color: rgb(130,251,161); }

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