#82FCA4

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

Shades of Pale Green #82FCA4

Tints of Pale Green #82FCA4

Color information

#82FCA4 (or 0x82FCA4) is unknown color: approx Pale Green. HEX triplet: 82, FC and A4. RGB value is (130,252,164). Sum of RGB (Red+Green+Blue) = 130+252+164=546 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.81% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FCA4 is #7D035B. Grayscale: #CDCDCD. Windows color (decimal): -8192860 or 10812546. OLE color: 10812546.

HSL color Cylindrical-coordinate representation of color #82FCA4: hue angle of 136.72º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FCA4 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB130252164-
CMYK0.4800.350.01
HSL136.72º95.31%74.9%-
HSV(B)136.72º48.41%98.82%-
XYZ50.7277.0547.32-
YUV205.49104.5874.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.81%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=23.81%
G=46.15%
B=30.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302521640.4800.350.01136.7295.3174.9
Hex82FCA4300231895f4b
Octal202374244600431211137113
Binary100000101111110010100100110000010001111000100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,252,164); }

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

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

 a { background-color: rgb(130,252,164); }

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

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

 span { border-color: rgb(130,252,164); }

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